Uses of Class
com.google.common.collect.UnmodifiableListIterator
-
Packages that use UnmodifiableListIterator Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of UnmodifiableListIterator in com.google.common.collect
Subclasses of UnmodifiableListIterator in com.google.common.collect Modifier and Type Class Description (package private) classAbstractIndexedListIterator<E>This class provides a skeletal implementation of theListIteratorinterface across a fixed number of elements that may be retrieved by position.private static classIterators.ArrayItr<T>Fields in com.google.common.collect declared as UnmodifiableListIterator Modifier and Type Field Description (package private) static UnmodifiableListIterator<java.lang.Object>Iterators.ArrayItr. EMPTYMethods in com.google.common.collect that return UnmodifiableListIterator Modifier and Type Method Description (package private) static <T> UnmodifiableListIterator<T>Iterators. emptyListIterator()Returns the empty iterator.(package private) static <T> UnmodifiableListIterator<T>Iterators. forArray(T[] array, int offset, int length, int index)Returns a list iterator containing the elements in the specified range ofarrayin order, starting at the specified index.UnmodifiableListIterator<E>ImmutableList. listIterator()UnmodifiableListIterator<E>ImmutableList. listIterator(int index)UnmodifiableListIterator<E>RegularImmutableAsList. listIterator(int index)UnmodifiableListIterator<E>RegularImmutableList. listIterator(int index)
-