Searched defs:RegularImmutableBiMap (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularImmutableBiMap.java20 * GWT emulation of {@link RegularImmutableBiMap}.
26 class RegularImmutableBiMap<K, V> extends ImmutableBiMap<K, V> { class in inherits:ImmutableBiMap
32 RegularImmutableBiMap(ImmutableMap<K, V> delegate) { method in class:RegularImmutableBiMap
40 this.inverse = new RegularImmutableBiMap<V, K>(backwardMap, this);
43 RegularImmutableBiMap(ImmutableMap<K, V> delegate, method in class:RegularImmutableBiMap
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableBiMap.java35 class RegularImmutableBiMap<K, V> extends ImmutableBiMap<K, V> { class in inherits:ImmutableBiMap
45 RegularImmutableBiMap(TerminalEntry<?, ?>... entriesToAdd) { method in class:RegularImmutableBiMap
50 * Constructor for RegularImmutableBiMap that takes as input an array of {@code TerminalEntry}
55 RegularImmutableBiMap(int n, TerminalEntry<?, ?>[] entriesToAdd) { method in class:RegularImmutableBiMap
101 * Constructor for RegularImmutableBiMap that makes no assumptions about the input entries.
103 RegularImmutableBiMap(Entry<?, ?>[] entriesToAdd) { method in class:RegularImmutableBiMap
207 return RegularImmutableBiMap.this;
259 return RegularImmutableBiMap.this;
327 return new InverseSerializedForm<K, V>(RegularImmutableBiMap.this);
/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 180 milliseconds