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

/external/guava/guava/src/com/google/common/collect/
H A DForwardingList.java36 * delegate supports random access, the {@code ForwardingList} subclass should
39 * <p><b>Warning:</b> The methods of {@code ForwardingList} forward
55 public abstract class ForwardingList<E> extends ForwardingCollection<E> class in inherits:ForwardingCollection,List
60 protected ForwardingList() {} method in class:ForwardingList

Completed in 57 milliseconds