Searched defs:BiMap (Results 1 - 16 of 16) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DBiMap.java33 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#BiMap">
34 * {@code BiMap}</a>.
40 public interface BiMap<K, V> extends Map<K, V> { interface in inherits:Map
109 BiMap<V, K> inverse();
H A DMapConstraints.java332 public static <K, V> BiMap<K, V> constrainedBiMap( argument
333 BiMap<K, V> map, MapConstraint<? super K, ? super V> constraint) {
339 implements BiMap<K, V> {
344 * inverse BiMap could occur after inverse()'s read of the field's initial
352 volatile BiMap<V, K> inverse;
354 ConstrainedBiMap(BiMap<K, V> delegate, @Nullable BiMap<V, K> inverse, argument
360 @Override protected BiMap<K, V> delegate() {
361 return (BiMap<K, V>) super.delegate();
371 public BiMap<
[all...]
H A DMaps.java68 * {@link SortedMap}, {@link BiMap}, etc.). Also see this class's counterparts
1303 * Returns a {@link Converter} that converts values using {@link BiMap#get bimap.get()},
1305 * {@link BiMap#inverse bimap.inverse()}{@code .get()}.
1314 public static <A, B> Converter<A, B> asConverter(final BiMap<A, B> bimap) { argument
1319 private final BiMap<A, B> bimap;
1321 BiMapConverter(BiMap<A, B> bimap) {
1335 private static <X, Y> Y convert(BiMap<X, Y> bimap, X input) {
1355 // There's really no good way to implement toString() without printing the entire BiMap, right?
1372 * BiMap<Long, String> map = Maps.synchronizedBiMap(
1392 public static <K, V> BiMap<
1422 UnmodifiableBiMap(BiMap<? extends K, ? extends V> delegate, @Nullable BiMap<V, K> inverse) argument
2233 filterKeys( BiMap<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
2379 filterValues( BiMap<K, V> unfiltered, final Predicate<? super V> valuePredicate) argument
2540 filterEntries( BiMap<K, V> unfiltered, Predicate<? super Entry<K, V>> entryPredicate) argument
3050 FilteredEntryBiMap( BiMap<K, V> delegate, Predicate<? super Entry<K, V>> predicate, BiMap<V, K> inverse) argument
[all...]
H A DSynchronized.java1103 static <K, V> BiMap<K, V> biMap(BiMap<K, V> bimap, @Nullable Object mutex) {
1112 extends SynchronizedMap<K, V> implements BiMap<K, V>, Serializable {
1114 private transient BiMap<V, K> inverse;
1116 private SynchronizedBiMap(BiMap<K, V> delegate, @Nullable Object mutex, argument
1117 @Nullable BiMap<V, K> inverse) {
1122 @Override BiMap<K, V> delegate() {
1123 return (BiMap<K, V>) super.delegate();
1143 public BiMap<V, K> inverse() {
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
H A DDexBuilder.java57 import com.google.common.collect.BiMap;
467 BiMap<CatchHandlers<BasicBlock>, Integer> canonicalHandlers = HashBiMap.create();
477 BiMap<CatchHandlers<BasicBlock>, Integer> handlerToIndex) {
478 BiMap<Integer, CatchHandlers<BasicBlock>> indexToHandler = handlerToIndex.inverse();
476 computeTryItems( BiMap<CatchHandlers<BasicBlock>, Integer> handlerToIndex) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSynchronized.java1087 static <K, V> BiMap<K, V> biMap(BiMap<K, V> bimap, @Nullable Object mutex) {
1096 extends SynchronizedMap<K, V> implements BiMap<K, V>, Serializable {
1098 private transient BiMap<V, K> inverse;
1100 private SynchronizedBiMap(BiMap<K, V> delegate, @Nullable Object mutex, argument
1101 @Nullable BiMap<V, K> inverse) {
1106 @Override BiMap<K, V> delegate() {
1107 return (BiMap<K, V>) super.delegate();
1127 public BiMap<V, K> inverse() {
H A DMaps.java63 * {@link SortedMap}, {@link BiMap}, etc.). Also see this class's counterparts
1101 * Returns a {@link Converter} that converts values using {@link BiMap#get bimap.get()},
1103 * {@link BiMap#inverse bimap.inverse()}{@code .get()}.
1112 public static <A, B> Converter<A, B> asConverter(final BiMap<A, B> bimap) { argument
1117 private final BiMap<A, B> bimap;
1119 BiMapConverter(BiMap<A, B> bimap) {
1133 private static <X, Y> Y convert(BiMap<X, Y> bimap, X input) {
1153 // There's really no good way to implement toString() without printing the entire BiMap, right?
1170 * BiMap<Long, String> map = Maps.synchronizedBiMap(
1190 public static <K, V> BiMap<
1220 UnmodifiableBiMap(BiMap<? extends K, ? extends V> delegate, @Nullable BiMap<V, K> inverse) argument
1778 filterKeys( BiMap<K, V> unfiltered, final Predicate<? super K> keyPredicate) argument
1887 filterValues( BiMap<K, V> unfiltered, final Predicate<? super V> valuePredicate) argument
2007 filterEntries( BiMap<K, V> unfiltered, Predicate<? super Entry<K, V>> entryPredicate) argument
2369 FilteredEntryBiMap( BiMap<K, V> delegate, Predicate<? super Entry<K, V>> predicate, BiMap<V, K> inverse) argument
[all...]
/external/dagger2/lib/
H A Dauto-value-1.4.1.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/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/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/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 597 milliseconds