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

/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DCollectionSize.java35 * CollectionSize#ANY}.) These semantics are thus a little different
39 * However, when {@link CollectionSize.Require} is used to annotate a test it
42 * 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...]
/external/pdfium/third_party/base/
H A Dstl_util.h43 ResultType CollectionSize(const Collection& collection) { function in namespace:pdfium
/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 143 milliseconds