| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> PeekingIterator |
Iterators.peekingIterator(Iterator
Returns a
PeekingIterator backed by the given iterator.
|
static <T> PeekingIterator |
Iterators.peekingIterator(PeekingIterator
Deprecated.
no need to use this
|
| Modifier and Type | Method and Description |
|---|---|
static <T> PeekingIterator |
Iterators.peekingIterator(PeekingIterator
Deprecated.
no need to use this
|