Uses of Interface
com.google.common.collect.PeekingIterator
-
Packages that use PeekingIterator Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of PeekingIterator in com.google.common.collect
Methods in com.google.common.collect that return PeekingIterator Modifier and Type Method Description static <T extends @Nullable java.lang.Object>
PeekingIterator<T>Iterators. peekingIterator(PeekingIterator<T> iterator)
Deprecated.no need to use thisstatic <T extends @Nullable java.lang.Object>
PeekingIterator<T>Iterators. peekingIterator(java.util.Iterator<? extends T> iterator)
Returns aPeekingIterator
backed by the given iterator.Methods in com.google.common.collect with parameters of type PeekingIterator Modifier and Type Method Description static <T extends @Nullable java.lang.Object>
PeekingIterator<T>Iterators. peekingIterator(PeekingIterator<T> iterator)
Deprecated.no need to use this
-