Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMultimapsTest.java308 SortedSetMultimap<String, Integer> sortedSetMultimap = in testAsMap_sortedSetMultimap() local
310 Map<String, SortedSet<Integer>> map = Multimaps.asMap(sortedSetMultimap); in testAsMap_sortedSetMultimap()
311 assertSame(sortedSetMultimap.asMap(), map); in testAsMap_sortedSetMultimap()
/external/guava/guava-tests/test/com/google/common/collect/
DMultimapsTest.java400 SortedSetMultimap<String, Integer> sortedSetMultimap = in testAsMap_sortedSetMultimap() local
402 Map<String, SortedSet<Integer>> map = Multimaps.asMap(sortedSetMultimap); in testAsMap_sortedSetMultimap()
403 assertSame(sortedSetMultimap.asMap(), map); in testAsMap_sortedSetMultimap()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSynchronized.java758 static <K, V> SortedSetMultimap<K, V> sortedSetMultimap( in sortedSetMultimap() method in Synchronized
DMultimaps.java645 return Synchronized.sortedSetMultimap(multimap, null); in synchronizedSortedSetMultimap()
/external/guava/guava/src/com/google/common/collect/
DMultimaps.java734 return Synchronized.sortedSetMultimap(multimap, null); in synchronizedSortedSetMultimap()
DSynchronized.java774 static <K, V> SortedSetMultimap<K, V> sortedSetMultimap( in sortedSetMultimap() method in Synchronized