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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalCollection.java33 public class MinimalCollection<E> extends AbstractCollection<E> { class in inherits:AbstractCollection
36 public static <E> MinimalCollection<E> of(E... contents) {
37 return new MinimalCollection<E>(Object.class, true, contents);
41 public static <E> MinimalCollection<E> ofClassAndContents(
43 return new MinimalCollection<E>(type, true, contents);
51 MinimalCollection(Class<? super E> type, boolean allowNulls, E... contents) { method in class:MinimalCollection
/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 126 milliseconds