Uses of Interface
io.atlassian.fugue.Iterators.Peeking
-
Packages that use Iterators.Peeking Package Description io.atlassian.fugue -
-
Uses of Iterators.Peeking in io.atlassian.fugue
Classes in io.atlassian.fugue that implement Iterators.Peeking Modifier and Type Class Description private static classIterators.PeekingImpl<A>Implementation of Iterators.Peeking that avoids peeking unless necessary.Fields in io.atlassian.fugue declared as Iterators.Peeking Modifier and Type Field Description private Iterators.Peeking<A>Iterables.Drop.Iter. asFields in io.atlassian.fugue with type parameters of type Iterators.Peeking Modifier and Type Field Description private java.util.TreeSet<Iterators.Peeking<A>>Iterables.MergeSortedIterable.Iter. xssMethods in io.atlassian.fugue that return Iterators.Peeking Modifier and Type Method Description (package private) static <A> Iterators.Peeking<A>Iterators. peekingIterator(java.util.Iterator<? extends A> iterator)Wrap an iterator to add support for the peek operation.Methods in io.atlassian.fugue that return types with arguments of type Iterators.Peeking Modifier and Type Method Description private java.util.Comparator<? super Iterators.Peeking<A>>Iterables.MergeSortedIterable.Iter. peekingIteratorComparator(java.util.Comparator<A> comparator)
-