Uses of Class
com.google.common.collect.testing.features.CollectionSize
-
Packages that use CollectionSize Package Description com.google.common.collect.testing com.google.common.collect.testing.features -
-
Uses of CollectionSize in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return CollectionSize Modifier and Type Method Description CollectionSizeOneSizeGenerator. getCollectionSize()CollectionSizeOneSizeTestContainerGenerator. getCollectionSize()Constructors in com.google.common.collect.testing with parameters of type CollectionSize Constructor Description OneSizeGenerator(TestContainerGenerator<T,E> generator, CollectionSize collectionSize) -
Uses of CollectionSize in com.google.common.collect.testing.features
Methods in com.google.common.collect.testing.features that return CollectionSize Modifier and Type Method Description CollectionSize[]absent()CollectionSize[]value()static CollectionSizeCollectionSize. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionSize[]CollectionSize. values()Returns an array containing the constants of this enum type, in the order they are declared.
-