Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java181 Collection<V> valueCollection = map.values(); in assertInvariants() local
1427 final Collection<V> valueCollection; in testValues() local
1455 Collection<V> valueCollection = map.values(); in testValuesIteratorRemove() local
1492 Collection<V> valueCollection = map.values(); in testValuesRemove() local
1521 Collection<V> valueCollection = map.values(); in testValuesRemoveMissing() local
1544 Collection<V> valueCollection = map.values(); in testValuesRemoveAll() local
1602 Collection<V> valueCollection = map.values(); in testValuesRetainAll() local
1660 Collection<V> valueCollection = map.values(); in testValuesClear() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapAsMapTester.java102 Collection<V> valueCollection = Iterables.getOnlyElement(asMapEntrySet).getValue(); in testAsMapEntrySetReflectsPutSameKey() local
/external/guava/guava/src/com/google/common/collect/
DAbstractMultimap.java78 Collection<? extends V> valueCollection = (Collection<? extends V>) values; in putAll() local