Searched refs:ForwardingListIterator (Results 1 - 3 of 3) 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
H A DConstraints.java283 static class ConstrainedListIterator<E> extends ForwardingListIterator<E> {
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingListIteratorTest.java22 * Tests for {@code ForwardingListIterator}.
28 private ForwardingListIterator<String> forward;
39 forward = new ForwardingListIterator<String>() {

Completed in 395 milliseconds