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

/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingListTest.java42 static final class StandardImplForwardingList<T> extends ForwardingList<T> { class in class:ForwardingListTest
45 StandardImplForwardingList(List<T> backingList) { method in class:ForwardingListTest.StandardImplForwardingList
147 return new StandardImplForwardingList<String>(
156 return new StandardImplForwardingList<String>(

Completed in 109 milliseconds