Searched defs:HashBiMap (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DHashBiMap.java25 * GWT emulation of {@code HashBiMap} that just delegates to two HashMaps.
29 public final class HashBiMap<K, V> extends AbstractBiMap<K, V> { class in inherits:AbstractBiMap
32 * Returns a new, empty {@code HashBiMap} with the default initial capacity
35 public static <K, V> HashBiMap<K, V> create() {
36 return new HashBiMap<K, V>();
46 public static <K, V> HashBiMap<K, V> create(int expectedSize) {
47 return new HashBiMap<K, V>(expectedSize);
55 public static <K, V> HashBiMap<K, V> create(
57 HashBiMap<K, V> bimap = create(map.size());
62 private HashBiMap() { method in class:HashBiMap
66 private HashBiMap(int expectedSize) { method in class:HashBiMap
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DHashBiMap.java41 * {@code HashBiMap} and its inverse are both serializable.
52 public final class HashBiMap<K, V> extends AbstractMap<K, V> implements BiMap<K, V>, Serializable { class in inherits:AbstractMap,BiMap,Serializable
55 * Returns a new, empty {@code HashBiMap} with the default initial capacity (16).
57 public static <K, V> HashBiMap<K, V> create() {
67 public static <K, V> HashBiMap<K, V> create(int expectedSize) {
68 return new HashBiMap<K, V>(expectedSize);
75 public static <K, V> HashBiMap<K, V> create(Map<? extends K, ? extends V> map) {
76 HashBiMap<K, V> bimap = create(map.size());
106 private HashBiMap(int expectedSize) { method in class:HashBiMap
391 super(HashBiMap
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/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/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 331 milliseconds