OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImmutableListMultimap
(Results
1 - 6
of
6
) sorted by null
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableListMultimap.java
34
* {@code
ImmutableListMultimap
} contains its own data and will <i>never</i>
35
* change. {@code
ImmutableListMultimap
} is convenient for
48
public class
ImmutableListMultimap
<K, V>
55
public static <K, V>
ImmutableListMultimap
<K, V> of() {
56
return (
ImmutableListMultimap
<K, V>) EmptyImmutableListMultimap.INSTANCE;
62
public static <K, V>
ImmutableListMultimap
<K, V> of(K k1, V v1) {
63
ImmutableListMultimap
.Builder<K, V> builder
64
=
ImmutableListMultimap
.builder();
72
public static <K, V>
ImmutableListMultimap
<K, V> of(K k1, V v1, K k2, V v2) {
73
ImmutableListMultimap
.Builder<K, V> builde
[
all
...]
/external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java
39
* {@code
ImmutableListMultimap
} contains its own data and will <i>never</i>
40
* change. {@code
ImmutableListMultimap
} is convenient for
53
public class
ImmutableListMultimap
<K, V>
60
public static <K, V>
ImmutableListMultimap
<K, V> of() {
61
return (
ImmutableListMultimap
<K, V>) EmptyImmutableListMultimap.INSTANCE;
67
public static <K, V>
ImmutableListMultimap
<K, V> of(K k1, V v1) {
68
ImmutableListMultimap
.Builder<K, V> builder
69
=
ImmutableListMultimap
.builder();
77
public static <K, V>
ImmutableListMultimap
<K, V> of(K k1, V v1, K k2, V v2) {
78
ImmutableListMultimap
.Builder<K, V> builde
[
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 624 milliseconds