Searched refs:EmptyImmutableBiMap (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyImmutableBiMap.java22 * GWT emulation of {@link EmptyImmutableBiMap}.
27 final class EmptyImmutableBiMap extends ImmutableBiMap<Object, Object> { class in inherits:ImmutableBiMap
28 static final EmptyImmutableBiMap INSTANCE = new EmptyImmutableBiMap();
30 private EmptyImmutableBiMap() { method in class:EmptyImmutableBiMap
H A DImmutableBiMap.java34 return (ImmutableBiMap<K, V>) EmptyImmutableBiMap.INSTANCE;
/external/guava/guava-gwt/src/com/google/common/collect/
H A DEmptyImmutableBiMap_CustomFieldSerializer.java24 * {@link EmptyImmutableBiMap}.
29 public static void deserialize(SerializationStreamReader reader, EmptyImmutableBiMap instance) {
32 public static EmptyImmutableBiMap instantiate(SerializationStreamReader reader) {
33 return EmptyImmutableBiMap.INSTANCE;
36 public static void serialize(SerializationStreamWriter writer, EmptyImmutableBiMap instance) {
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableBiMap.java30 final class EmptyImmutableBiMap extends ImmutableBiMap<Object, Object> { class in inherits:ImmutableBiMap
31 static final EmptyImmutableBiMap INSTANCE = new EmptyImmutableBiMap();
33 private EmptyImmutableBiMap() {} method in class:EmptyImmutableBiMap
H A DImmutableBiMap.java50 return (ImmutableBiMap<K, V>) EmptyImmutableBiMap.INSTANCE;
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 128 milliseconds