HomeSort by relevance Sort by last modified time
    Searched defs:BiMap (Results 1 - 5 of 5) 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...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 242 milliseconds