Class Iterables.MergeSortedIterable.Iter<A>
java.lang.Object
io.atlassian.fugue.Iterators.Unmodifiable<A>
io.atlassian.fugue.Iterators.Abstract<A>
io.atlassian.fugue.Iterables.MergeSortedIterable.Iter<A>
- All Implemented Interfaces:
Iterator<A>
- Enclosing class:
Iterables.MergeSortedIterable<A>
- Since:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AThe next element.private Comparator<? super Iterators.Peeking<A>> peekingIteratorComparator(Comparator<A> comparator) Methods inherited from class Iterators.Abstract
endOfData, hasNext, nextMethods inherited from class Iterators.Unmodifiable
removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
xss
-
-
Constructor Details
-
Iter
-
-
Method Details
-
computeNext
Description copied from class:Iterators.AbstractThe next element.Note: the implementation must call
Iterators.Abstract.endOfData()when there are no elements left in the iteration. Failure to do so could result in an infinite loop.- Specified by:
computeNextin classIterators.Abstract<A>
-
peekingIteratorComparator
private Comparator<? super Iterators.Peeking<A>> peekingIteratorComparator(Comparator<A> comparator)
-