Searched defs:emptyMap (Results 1 – 4 of 4) sorted by relevance
185 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
188 private Map<K, V> emptyMap() { in emptyMap() method in MapPutAllTester
480 SortedMap<K, V> emptyMap = delegate.create(); in SortedMapSubmapTestMapGenerator() local
69 static <K, V> ImmutableSortedMap<K, V> emptyMap(Comparator<? super K> comparator) { in emptyMap() method in ImmutableSortedMap