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

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DCollectionSize.java34 * CollectionSize#ANY}.) These semantics are thus a little different
38 * However, when {@link CollectionSize.Require} is used to annotate a test it
41 * require more than one CollectionSize, since a particular collection instance
50 public enum CollectionSize implements Feature<Collection>, enum
51 Comparable<CollectionSize> {
72 CollectionSize(int numElements) { method in class:CollectionSize
77 CollectionSize(Feature<? super Collection> ... implied) { method in class:CollectionSize
92 "A compound CollectionSize doesn't specify a number of elements.");
101 CollectionSize[] value() default {};
102 CollectionSize[] absen
[all...]

Completed in 104 milliseconds