Searched refs:NonNavigableSortedSet (Results 1 – 4 of 4) sorted by relevance
687 private static class NonNavigableSortedSet extends ForwardingSortedSet<String> { class in MapsTest697 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted()715 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough()736 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough()745 SortedMap<String, Integer> map = Maps.asMap(new NonNavigableSortedSet(), LENGTH_FUNCTION); in testAsMapSortedSubViewKeySetsDoNotSupportAdd()769 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty()
186 SortedSet<String> set = new NonNavigableSortedSet(); in suite()613 private static class NonNavigableSortedSet extends ForwardingSortedSet<String> { class in MapsCollectionTest