Uses of Class
com.google.common.collect.ForwardingIterator
-
Packages that use ForwardingIterator Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of ForwardingIterator in com.google.common.collect
Subclasses of ForwardingIterator in com.google.common.collect Modifier and Type Class Description class
ForwardingListIterator<E extends @Nullable java.lang.Object>
A list iterator which forwards all its method calls to another list iterator.
-