Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Class and Description |
---|---|
private class |
BinaryTreeTraverser.PreOrderIterator |
private static class |
Iterators.PeekingImpl<E>
Implementation of PeekingIterator that avoids peeking unless necessary.
|
private class |
TreeTraverser.BreadthFirstIterator |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Queue<PeekingIterator<T>> |
Iterators.MergingIterator.queue |
Modifier and Type | Method and Description |
---|---|
static <T> PeekingIterator<T> |
Iterators.peekingIterator(java.util.Iterator<? extends T> iterator)
Returns a
PeekingIterator backed by the given iterator. |
static <T> PeekingIterator<T> |
Iterators.peekingIterator(PeekingIterator<T> iterator)
Deprecated.
no need to use this
|
Modifier and Type | Method and Description |
---|---|
static <T> PeekingIterator<T> |
Iterators.peekingIterator(PeekingIterator<T> iterator)
Deprecated.
no need to use this
|