Home
last modified time | relevance | path

Searched refs:StandardImplForwardingSortedSet (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedSetTest.java40 static class StandardImplForwardingSortedSet<T> class in ForwardingSortedSetTest
44 StandardImplForwardingSortedSet(SortedSet<T> backingSet) { in StandardImplForwardingSortedSet() method in ForwardingSortedSetTest.StandardImplForwardingSortedSet
112 return new StandardImplForwardingSortedSet<String>( in suite()