Searched defs:newHashMap (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapEqualsTester.java44 getMap().equals(newHashMap(getSampleEntries())));
49 Map<K, V> other = newHashMap(getSampleEntries(getNumEntries() - 1));
67 getMap().equals(newHashMap(entries)));
74 Map<K, V> other = newHashMap(entries);
91 getMap().equals(newHashMap(entries)));
98 Map<K, V> other = newHashMap(entries);
111 getMap().equals(newHashMap(fewerEntries)));
118 getMap().equals(newHashMap(moreEntries)));
126 private static <K, V> HashMap<K, V> newHashMap( method in class:MapEqualsTester
/external/guava/guava/src/com/google/common/collect/
H A DMaps.java174 public static <K, V> HashMap<K, V> newHashMap() { method in class:Maps
226 public static <K, V> HashMap<K, V> newHashMap( method in class:Maps
413 Map<K, V> onlyOnLeft = newHashMap();
415 Map<K, V> onBoth = newHashMap();
416 Map<K, MapDifference.ValueDifference<V>> differences = newHashMap();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java171 public static <K, V> HashMap<K, V> newHashMap() { method in class:Maps
223 public static <K, V> HashMap<K, V> newHashMap( method in class:Maps
410 Map<K, V> onlyOnLeft = newHashMap();
412 Map<K, V> onBoth = newHashMap();
413 Map<K, MapDifference.ValueDifference<V>> differences = newHashMap();
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 2005 milliseconds