|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnmodifiableIterator | |
|---|---|
| com.google.inject.internal.util | |
| Uses of UnmodifiableIterator in com.google.inject.internal.util |
|---|
| Methods in com.google.inject.internal.util that return UnmodifiableIterator | ||
|---|---|---|
static
|
Iterators.emptyIterator()
Returns the empty Iterator. |
|
static
|
Iterators.forArray(T... array)
Returns an iterator containing the elements of array in order. |
|
static
|
Iterators.forArray(T[] array,
int offset,
int length)
Returns an iterator containing the elements in the specified range of array in order. |
|
abstract UnmodifiableIterator<E> |
ImmutableSet.iterator()
|
|
abstract UnmodifiableIterator<E> |
ImmutableList.iterator()
|
|
abstract UnmodifiableIterator<E> |
ImmutableCollection.iterator()
Returns an unmodifiable iterator across the elements in this collection. |
|
static
|
Iterators.singletonIterator(T value)
Returns an iterator containing only value. |
|
static
|
Iterators.unmodifiableIterator(Iterator<T> iterator)
Returns an unmodifiable view of iterator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||