OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:entryOf
(Results
1 - 19
of
19
) sorted by null
/external/guava/guava/src/com/google/common/collect/
ImmutableMap.java
85
return new RegularImmutableMap<K, V>(
entryOf
(k1, v1),
entryOf
(k2, v2));
96
entryOf
(k1, v1),
entryOf
(k2, v2),
entryOf
(k3, v3));
107
entryOf
(k1, v1),
entryOf
(k2, v2),
entryOf
(k3, v3),
entryOf
(k4, v4));
117
return new RegularImmutableMap<K, V>(
entryOf
(k1, v1)
[
all
...]
ImmutableSortedMap.java
106
ImmutableList.of(
entryOf
(k1, v1)), Ordering.natural());
255
entries[i] =
entryOf
(entry.getKey(), entry.getValue());
368
entries.add(
entryOf
(key, value));
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMap.java
78
return new RegularImmutableMap<K, V>(
entryOf
(k1, v1),
entryOf
(k2, v2));
84
entryOf
(k1, v1),
entryOf
(k2, v2),
entryOf
(k3, v3));
90
entryOf
(k1, v1),
entryOf
(k2, v2),
entryOf
(k3, v3),
entryOf
(k4, v4));
95
return new RegularImmutableMap<K, V>(
entryOf
(k1, v1)
[
all
...]
ImmutableSortedMap.java
94
return create(Ordering.natural(),
entryOf
(k1, v1));
202
entries.add(
entryOf
(key, value));
/external/guava/guava-tests/test/com/google/common/cache/
PopulatedCachesTest.java
92
warmed.add(
entryOf
(entry.getKey(), newValue));
99
warmed.add(
entryOf
(newKey, entry.getValue()));
120
warmed.add(
entryOf
(newKey, entry.getValue()));
351
entries.add(
entryOf
(key, value));
356
private Entry<Object, Object>
entryOf
(Object key, Object value) {
/libcore/benchmarks/libs/
caliper.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 5035 milliseconds