Uses of Class
com.google.common.collect.UnmodifiableListIterator
Packages that use UnmodifiableListIterator
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of UnmodifiableListIterator in com.google.common.collect
Subclasses of UnmodifiableListIterator in com.google.common.collectModifier and TypeClassDescription(package private) class
This class provides a skeletal implementation of theListIterator
interface across a fixed number of elements that may be retrieved by position.private static final class
Fields in com.google.common.collect declared as UnmodifiableListIteratorModifier and TypeFieldDescription(package private) static final UnmodifiableListIterator
<Object> Iterators.ArrayItr.EMPTY
Methods in com.google.common.collect that return UnmodifiableListIteratorModifier and TypeMethodDescription(package private) static <T> UnmodifiableListIterator
<T> Iterators.emptyListIterator()
Returns the empty iterator.(package private) static <T> UnmodifiableListIterator
<T> Iterators.forArrayWithPosition
(T[] array, int position) Returns a list iterator containing the elements in the specifiedarray
in order, starting at the specifiedposition
.ImmutableList.listIterator()
ImmutableList.listIterator
(int index) RegularImmutableAsList.listIterator
(int index) RegularImmutableList.listIterator
(int index)