HomeSort by relevance Sort by last modified time
    Searched defs:MinimalSet (Results 1 - 5 of 5) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalSet.java 35 public class MinimalSet<E> extends MinimalCollection<E> implements Set<E> {
38 public static <E> MinimalSet<E> of(E... contents) {
44 public static <E> MinimalSet<E> from(Collection<? extends E> contents) {
48 public static <E> MinimalSet<E> ofClassAndContents(
57 return new MinimalSet<E>(type, setContents.toArray(emptyArrayForContents));
60 private MinimalSet(Class<? super E> type, E... contents) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMapTest.java 24 import com.google.common.collect.testing.MinimalSet;
74 assertEquals(MinimalSet.from(map.entrySet()), map.entrySet());
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMapTest.java 30 import com.google.common.collect.testing.MinimalSet;
166 assertEquals(MinimalSet.from(map.entrySet()), map.entrySet());
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 871 milliseconds