OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Multimap
(Results
1 - 11
of
11
) sorted by null
/external/guava/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
...]