HomeSort by relevance Sort by last modified time
    Searched refs:valueCollection (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 181 Collection<V> valueCollection = map.values();
195 assertTrue(valueCollection.contains(value));
196 assertTrue(valueCollection.containsAll(Collections.singleton(value)));
202 assertEquals(map.size(), valueCollection.size());
203 assertEquals(valueCollection.size() == 0, valueCollection.isEmpty());
205 !valueCollection.isEmpty(), valueCollection.iterator().hasNext());
206 for (V value : valueCollection) {
243 Object[] valuesToArray1 = valueCollection.toArray()
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedSetMultimapAsMapTester.java 39 for (Collection<V> valueCollection : multimap().asMap().values()) {
40 SortedSet<V> valueSet = (SortedSet<V>) valueCollection;
ListMultimapAsMapTester.java 47 for (Collection<V> valueCollection : multimap().asMap().values()) {
48 assertTrue(valueCollection instanceof List);
SetMultimapAsMapTester.java 47 for (Collection<V> valueCollection : multimap().asMap().values()) {
48 assertTrue(valueCollection instanceof Set);
MultimapAsMapTester.java 102 Collection<V> valueCollection = Iterables.getOnlyElement(asMapEntrySet).getValue();
103 assertThat(valueCollection)
106 assertThat(valueCollection)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
AttributesTest.java 188 Collection<?> valueCollection = a.values();
189 assertTrue("a) Should contain entry", valueCollection.contains("one"));
190 assertTrue("b) Should contain entry", valueCollection.contains("two"));
191 assertTrue("c) Should contain entry", valueCollection.contains("three"));
192 assertTrue("d) Should contain entry", valueCollection.contains("four"));
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 78 Collection<? extends V> valueCollection = (Collection<? extends V>) values;
79 return !valueCollection.isEmpty() && get(key).addAll(valueCollection);
ImmutableMultimap.java 660 for (ImmutableCollection<V> valueCollection : multimap.map.values()) {
661 offset = valueCollection.copyIntoArray(dst, offset);
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 258 Collection<Double> valueCollection = smap.values();
259 assertEquals(0, valueCollection.size());
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
guava-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapTest.java 318 Collection<Double> valueCollection = smap.values();
319 assertEquals(0, valueCollection.size());
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/23.6-android/
guava-23.6-android.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 

Completed in 482 milliseconds

1 2 3 4 5 6