Searched refs:ImmutableBiMap (Results 1 - 17 of 17) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java23 * GWT emulation of {@link ImmutableBiMap}.
27 public abstract class ImmutableBiMap<K, V> extends ImmutableMap<K,V> class in inherits:ImmutableMap,BiMap
30 private static final ImmutableBiMap<Object, Object> EMPTY_IMMUTABLE_BIMAP
35 public static <K, V> ImmutableBiMap<K, V> of() {
36 return (ImmutableBiMap<K, V>) EMPTY_IMMUTABLE_BIMAP;
39 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) {
43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) {
47 public static <K, V> ImmutableBiMap<K, V> of(
53 public static <K, V> ImmutableBiMap<K, V> of(
59 public static <K, V> ImmutableBiMap<
108 ImmutableBiMap(Map<K, V> delegate) { method in class:ImmutableBiMap
[all...]
H A DRegularImmutableBiMap.java26 class RegularImmutableBiMap<K, V> extends ImmutableBiMap<K, V> {
30 private ImmutableBiMap<V, K> inverse;
44 ImmutableBiMap<V, K> inverse) {
49 @Override public ImmutableBiMap<V, K> inverse() {
H A DSynchronized.java1087 bimap instanceof ImmutableBiMap) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableBiMapTest.java24 import com.google.common.collect.ImmutableBiMap.Builder;
49 * Tests for {@link ImmutableBiMap}.
70 .named("ImmutableBiMap.keySet")
77 .named("ImmutableBiMap.entrySet")
86 .named("ImmutableBiMap.values")
96 .named("ImmutableBiMap.inverse.keys")
103 .named("ImmutableBiMap.inverse.entrySet")
110 .named("ImmutableBiMap.inverse.values")
118 .named("ImmutableBiMap.keySet, reserialized")
126 .named("ImmutableBiMap
[all...]
H A DFauxveridesTest.java50 doHasAllFauxveridesTest(ImmutableBiMap.class, ImmutableMap.class);
H A DMapsTest.java316 tester.setDefault(BiMap.class, ImmutableBiMap.of());
603 new ImmutableBiMap.Builder<Integer, String>()
/external/guava/guava/src/com/google/common/collect/
H A DImmutableBiMap.java27 * not permit null keys or values. An {@code ImmutableBiMap} and its inverse
30 * <p>An instance of {@code ImmutableBiMap} contains its own data and will
31 * <i>never</i> change. {@code ImmutableBiMap} is convenient for
43 public abstract class ImmutableBiMap<K, V> extends ImmutableMap<K, V> class in inherits:ImmutableMap,BiMap
46 private static final ImmutableBiMap<Object, Object> EMPTY_IMMUTABLE_BIMAP
54 public static <K, V> ImmutableBiMap<K, V> of() {
55 return (ImmutableBiMap<K, V>) EMPTY_IMMUTABLE_BIMAP;
61 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) {
70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) {
79 public static <K, V> ImmutableBiMap<
213 ImmutableBiMap() {} method in class:ImmutableBiMap
[all...]
H A DRegularImmutableBiMap.java28 class RegularImmutableBiMap<K, V> extends ImmutableBiMap<K, V> {
30 final transient ImmutableBiMap<V, K> inverse;
44 ImmutableBiMap<V, K> inverse) {
53 @Override public ImmutableBiMap<V, K> inverse() {
H A DRegularImmutableTable.java277 private final ImmutableBiMap<R, Integer> rowKeyToIndex;
278 private final ImmutableBiMap<C, Integer> columnKeyToIndex;
281 private static <E> ImmutableBiMap<E, Integer> makeIndex(
283 ImmutableBiMap.Builder<E, Integer> indexBuilder =
284 ImmutableBiMap.builder();
H A DSynchronized.java1100 bimap instanceof ImmutableBiMap) {
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DBiMapGenerators.java22 import com.google.common.collect.ImmutableBiMap;
49 return ImmutableBiMap.copyOf(map).keySet();
60 return ImmutableBiMap.copyOf(map).values();
77 return ImmutableBiMap.copyOf(map).inverse().entrySet();
88 return ImmutableBiMap.copyOf(map).inverse().keySet();
99 return ImmutableBiMap.copyOf(map).inverse().values();
116 return ImmutableBiMap.copyOf(map).entrySet();
/external/guava/guava-gwt/src/com/google/common/collect/
H A DRegularImmutableBiMap_CustomFieldSerializer.java45 * always have one or more elements, ImmutableBiMap.copyOf always return a
49 (RegularImmutableBiMap<Object, Object>) ImmutableBiMap.copyOf(entries);
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 294 milliseconds