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) classThis class provides a skeletal implementation of theListIteratorinterface across a fixed number of elements that may be retrieved by position.private static final classFields in com.google.common.collect declared as UnmodifiableListIteratorModifier and TypeFieldDescription(package private) static final UnmodifiableListIterator<Object> Iterators.ArrayItr.EMPTYMethods 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 specifiedarrayin order, starting at the specifiedposition.ImmutableList.listIterator()ImmutableList.listIterator(int index) RegularImmutableAsList.listIterator(int index) RegularImmutableList.listIterator(int index)