Class VRepeatable.MergedIterator<T>
java.lang.Object
jfxtras.icalendarfx.components.VRepeatable.MergedIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Enclosing interface:
VRepeatable<T>
-
Field Summary
Fields -
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
-
Field Details
-
iterator1
-
iterator2
-
comparator
-
next1
-
next2
-
-
Constructor Details
-
MergedIterator
-
-
Method Details
-
hasNext
-
next
-