Home
last modified time | relevance | path

Searched defs:valueCollection (Results 1 – 7 of 7) sorted by relevance

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java175 Collection<V> valueCollection = map.values(); in assertInvariants() local
1391 Collection<V> valueCollection; in testValues() local
1419 Collection<V> valueCollection = map.values(); in testValuesIteratorRemove() local
1454 Collection<V> valueCollection = map.values(); in testValuesRemove() local
1482 Collection<V> valueCollection = map.values(); in testValuesRemoveMissing() local
1505 Collection<V> valueCollection = map.values(); in testValuesRemoveAll() local
1559 Collection<V> valueCollection = map.values(); in testValuesRetainAll() local
1613 Collection<V> valueCollection = map.values(); in testValuesClear() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java175 Collection<V> valueCollection = map.values(); in assertInvariants() local
1391 Collection<V> valueCollection; in testValues() local
1419 Collection<V> valueCollection = map.values(); in testValuesIteratorRemove() local
1454 Collection<V> valueCollection = map.values(); in testValuesRemove() local
1482 Collection<V> valueCollection = map.values(); in testValuesRemoveMissing() local
1505 Collection<V> valueCollection = map.values(); in testValuesRemoveAll() local
1559 Collection<V> valueCollection = map.values(); in testValuesRetainAll() local
1613 Collection<V> valueCollection = map.values(); in testValuesClear() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapAsMapTester.java105 Collection<V> valueCollection = Iterables.getOnlyElement(asMapEntrySet).getValue(); in testAsMapEntrySetReflectsPutSameKey() local
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapAsMapTester.java105 Collection<V> valueCollection = Iterables.getOnlyElement(asMapEntrySet).getValue(); in testAsMapEntrySetReflectsPutSameKey() local
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DStringEnumType.java78 Collection<EnumT> valueCollection = knownValues.values(); in values() local
/external/guava/android/guava/src/com/google/common/collect/
DAbstractMultimap.java85 Collection<? extends V> valueCollection = (Collection<? extends V>) values; in putAll() local
/external/guava/guava/src/com/google/common/collect/
DAbstractMultimap.java87 Collection<? extends V> valueCollection = (Collection<? extends V>) values; in putAll() local