OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinkedListMultimap
(Results
1 - 2
of
2
) sorted by null
/external/guava/src/com/google/common/collect/
LinkedListMultimap.java
53
* Multimap<K, V> multimap =
LinkedListMultimap
.create();
96
public final class
LinkedListMultimap
<K, V>
130
* Creates a new, empty {@code
LinkedListMultimap
} with the default initial
133
public static <K, V>
LinkedListMultimap
<K, V> create() {
134
return new
LinkedListMultimap
<K, V>();
138
* Constructs an empty {@code
LinkedListMultimap
} with enough capacity to hold
144
public static <K, V>
LinkedListMultimap
<K, V> create(int expectedKeys) {
145
return new
LinkedListMultimap
<K, V>(expectedKeys);
149
* Constructs a {@code
LinkedListMultimap
} with the same mappings as the
155
public static <K, V>
LinkedListMultimap
<K, V> create
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 159 milliseconds