|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmodifiableIterator | |
---|---|
com.google.inject.internal | Guice (sounds like like "juice") |
Uses of UnmodifiableIterator in com.google.inject.internal |
---|
Methods in com.google.inject.internal 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> |
ImmutableCollection.iterator()
Returns an unmodifiable iterator across the elements in this collection. |
|
abstract UnmodifiableIterator<E> |
ImmutableList.iterator()
|
|
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 |