Searched refs:StandardImplForwardingCollection (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingCollectionTest.java41 static final class StandardImplForwardingCollection<T> class in class:ForwardingCollectionTest
45 StandardImplForwardingCollection(Collection<T> backingCollection) { method in class:ForwardingCollectionTest.StandardImplForwardingCollection
106 return new StandardImplForwardingCollection<String>(
117 return new StandardImplForwardingCollection<String>(

Completed in 194 milliseconds