OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImmutableListMultimap
(Results
1 - 2
of
2
) sorted by null
/external/guava/src/com/google/common/collect/
ImmutableListMultimap.java
36
* {@code
ImmutableListMultimap
} contains its own data and will <i>never</i>
37
* change. {@code
ImmutableListMultimap
} is convenient for
50
public class
ImmutableListMultimap
<K, V>
57
public static <K, V>
ImmutableListMultimap
<K, V> of() {
59
return (
ImmutableListMultimap
) EmptyImmutableListMultimap.INSTANCE;
66
public static <K, V>
ImmutableListMultimap
<K, V> of(K k1, V v1) {
67
ImmutableListMultimap
.Builder<K, V> builder
68
=
ImmutableListMultimap
.builder();
76
public static <K, V>
ImmutableListMultimap
<K, V> of(K k1, V v1, K k2, V v2) {
77
ImmutableListMultimap
.Builder<K, V> builde
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 605 milliseconds