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

  /external/guava/guava/src/com/google/common/collect/
BiMap.java 27 * A bimap (or "bidirectional map") is a map that preserves the uniqueness of
29 * support an "inverse view", which is another bimap containing the same entries
30 * as this bimap but with reversed keys and values.
36 public interface BiMap<K, V> extends Map<K, V> {
43 * different key in this bimap. The bimap will remain unmodified in this
52 * operation. If the bimap previously contained the provided key-value
56 * bimap to increase by one, stay the same, or even decrease by one.
78 * bimap before the exception was thrown.
88 * <p>Because a bimap has unique values, this method returns a {@link Set}
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.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 41 milliseconds