Class VRepeatable.MergedIterator<T>
java.lang.Object
jfxtras.icalendarfx.components.VRepeatable.MergedIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing interface:
VRepeatable<T>
-
Constructor Summary
ConstructorsConstructorDescriptionMergedIterator(Iterator<T> iterator1, Iterator<T> iterator2, Comparator<T> comparator) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Constructor Details
-
MergedIterator
-
-
Method Details
-
hasNext
-
next
-