Searched defs:MinimalSet (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalSet.java35 public class MinimalSet<E> extends MinimalCollection<E> implements Set<E> { class in inherits:MinimalCollection,Set
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) { method in class:MinimalSet
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 71 milliseconds