Uses of Interface
com.google.common.collect.PeekingIterator
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of PeekingIterator in com.google.common.collect
Modifier and TypeMethodDescriptionstatic <T extends @Nullable Object>
PeekingIterator<T> Iterators.peekingIterator
(PeekingIterator<T> iterator) Deprecated.no need to use thisstatic <T extends @Nullable Object>
PeekingIterator<T> Iterators.peekingIterator
(Iterator<? extends T> iterator) Returns aPeekingIterator
backed by the given iterator.Modifier and TypeMethodDescriptionstatic <T extends @Nullable Object>
PeekingIterator<T> Iterators.peekingIterator
(PeekingIterator<T> iterator) Deprecated.no need to use this