Home
last modified time | relevance | path

Searched defs:ForwardingListIterator (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DForwardingListIterator.java33 public abstract class ForwardingListIterator<E> extends ForwardingIterator<E> class
37 protected ForwardingListIterator() {} in ForwardingListIterator() method in ForwardingListIterator