HomeSort by relevance Sort by last modified time
    Searched defs:EnumBiMap (Results 1 - 12 of 12) sorted by null

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EnumBiMap.java 28 * are not permitted. An {@code EnumBiMap} and its inverse are both
35 public final class EnumBiMap<K extends Enum<K>, V extends Enum<V>>
41 * Returns a new, empty {@code EnumBiMap} using the specified key and value
47 public static <K extends Enum<K>, V extends Enum<V>> EnumBiMap<K, V>
49 return new EnumBiMap<K, V>(keyType, valueType);
54 * specified map is an {@code EnumBiMap}, the new bimap has the same types as
59 * @throws IllegalArgumentException if map is not an {@code EnumBiMap}
62 public static <K extends Enum<K>, V extends Enum<V>> EnumBiMap<K, V>
64 EnumBiMap<K, V> bimap = create(inferKeyType(map), inferValueType(map));
69 private EnumBiMap(Class<K> keyType, Class<V> valueType)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
EnumBiMap.java 32 * are not permitted. An {@code EnumBiMap} and its inverse are both
39 public final class EnumBiMap<K extends Enum<K>, V extends Enum<V>>
45 * Returns a new, empty {@code EnumBiMap} using the specified key and value
51 public static <K extends Enum<K>, V extends Enum<V>> EnumBiMap<K, V>
53 return new EnumBiMap<K, V>(keyType, valueType);
58 * specified map is an {@code EnumBiMap}, the new bimap has the same types as
63 * @throws IllegalArgumentException if map is not an {@code EnumBiMap}
66 public static <K extends Enum<K>, V extends Enum<V>> EnumBiMap<K, V>
68 EnumBiMap<K, V> bimap = create(inferKeyType(map), inferValueType(map));
73 private EnumBiMap(Class<K> keyType, Class<V> valueType)
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 154 milliseconds