Searched refs:newIdentityHashMap (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DServiceManager.java423 final Map<Service, Stopwatch> startupTimers = Maps.newIdentityHashMap();
/external/guava/guava/src/com/google/common/collect/
H A DSets.java396 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
H A DMaps.java357 public static <K, V> IdentityHashMap<K, V> newIdentityHashMap() { method in class:Maps
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java391 return Sets.newSetFromMap(Maps.<E, Boolean>newIdentityHashMap());
H A DMaps.java354 public static <K, V> IdentityHashMap<K, V> newIdentityHashMap() { method in class:Maps
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DMapsTest.java166 IdentityHashMap<Integer, Integer> map = Maps.newIdentityHashMap();
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTest.java224 IdentityHashMap<Integer, Integer> map = Maps.newIdentityHashMap();
/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 151 milliseconds