Uses of Interface
io.atlassian.fugue.Iterators.Peeking
Packages that use Iterators.Peeking
-
Uses of Iterators.Peeking in io.atlassian.fugue
Classes in io.atlassian.fugue that implement Iterators.PeekingModifier and TypeClassDescriptionprivate static classImplementation of Iterators.Peeking that avoids peeking unless necessary.Fields in io.atlassian.fugue declared as Iterators.PeekingFields in io.atlassian.fugue with type parameters of type Iterators.PeekingModifier and TypeFieldDescriptionprivate final TreeSet<Iterators.Peeking<A>> Iterables.MergeSortedIterable.Iter.xssMethods in io.atlassian.fugue that return Iterators.PeekingModifier and TypeMethodDescription(package private) static <A> Iterators.Peeking<A> Iterators.peekingIterator(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.PeekingModifier and TypeMethodDescriptionprivate Comparator<? super Iterators.Peeking<A>> Iterables.MergeSortedIterable.Iter.peekingIteratorComparator(Comparator<A> comparator)