Module jfxtras.icalendarfx
Package jfxtras.icalendarfx.components
Class VRepeatable.MergedIterator<T>
java.lang.Object
jfxtras.icalendarfx.components.VRepeatable.MergedIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing interface:
VRepeatable<T>
Merge two sorted iterators
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMergedIterator
(Iterator<T> iterator1, Iterator<T> iterator2, Comparator<T> comparator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove