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

  /external/guava/src/com/google/common/collect/
Multimap.java 30 * but different values, the multimap contains mappings from the key to both
35 * multimap. If the multimap is modifiable, updating it can change the contents
36 * of those collections, and updating the collections will change the multimap.
38 * that are independent of subsequent multimap changes.
40 * <p>Depending on the implementation, a multimap may or may not allow duplicate
41 * key-value pairs. In other words, the multimap contents after adding the same
43 * duplicates, the multimap will contain two mappings, and {@code get} will
45 * supporting duplicates, the multimap will contain a single mapping from the
49 * <p>All methods that alter the multimap are optional, and the views returne
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 494 Multimap<String, AccessPoint> apMap = new Multimap<String, AccessPoint>();
533 /** A restricted multimap for use in constructAccessPoints */
534 private class Multimap<K,V> {
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 307 milliseconds