Home
last modified time | relevance | path

Searched defs:emptyMap (Results 1 – 5 of 5) 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/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementCallbackScheduler.cpp93 ElementCallbackQueueMap emptyMap; in clearElementCallbackQueueMap() local
/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