OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newHashMapWithExpectedSize
(Results
1 - 7
of
7
) sorted by null
/external/guava/src/com/google/common/collect/
HashMultimap.java
94
super(Maps.<K, Collection<V>>
newHashMapWithExpectedSize
(expectedKeys));
100
super(Maps.<K, Collection<V>>
newHashMapWithExpectedSize
(
132
Map<K, Collection<V>> map = Maps.
newHashMapWithExpectedSize
(distinctKeys);
HashBiMap.java
103
setDelegates(Maps.<K, V>
newHashMapWithExpectedSize
(size),
104
Maps.<V, K>
newHashMapWithExpectedSize
(size));
ArrayListMultimap.java
107
super(Maps.<K, Collection<V>>
newHashMapWithExpectedSize
(expectedKeys));
154
Map<K, Collection<V>> map = Maps.
newHashMapWithExpectedSize
(distinctKeys);
HashMultiset.java
90
Maps.<E, AtomicInteger>
newHashMapWithExpectedSize
(distinctElements));
EnumHashBiMap.java
69
super(new EnumMap<K, V>(keyType), Maps.<V, K>
newHashMapWithExpectedSize
(
LinkedListMultimap.java
168
keyToKeyHead = Maps.
newHashMapWithExpectedSize
(expectedKeys);
169
keyToKeyTail = Maps.
newHashMapWithExpectedSize
(expectedKeys);
Maps.java
88
public static <K, V> HashMap<K, V>
newHashMapWithExpectedSize
(
[
all
...]
Completed in 284 milliseconds