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

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

Completed in 77 milliseconds