Uses of Enum
com.google.common.collect.testing.features.CollectionSize
Packages that use CollectionSize
-
Uses of CollectionSize in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return CollectionSizeModifier and TypeMethodDescriptionOneSizeGenerator.getCollectionSize()
OneSizeTestContainerGenerator.getCollectionSize()
Constructors in com.google.common.collect.testing with parameters of type CollectionSizeModifierConstructorDescriptionOneSizeGenerator
(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 CollectionSizeModifier and TypeMethodDescriptionstatic CollectionSize
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.