Home
last modified time | relevance | path

Searched defs:emptyMap (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DMapPutAllTester.java168 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DNavigableMapTestSuiteBuilder.java119 NavigableMap<K, V> emptyMap = (NavigableMap<K, V>) delegate.create(); in createSubmapSuite() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMap.java314 static <K, V> ImmutableSortedMap<K, V> emptyMap(Comparator<? super K> comparator) { in emptyMap() method in ImmutableSortedMap
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMap.java90 private static <K, V> ImmutableSortedMap<K, V> emptyMap( in emptyMap() method in ImmutableSortedMap