Uses of Class
com.google.common.collect.testing.features.CollectionSize

Packages that use CollectionSize
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
 CollectionSize OneSizeTestContainerGenerator.getCollectionSize()
           
 CollectionSize OneSizeGenerator.getCollectionSize()
           
 

Constructors in com.google.common.collect.testing with parameters of type CollectionSize
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
static CollectionSize CollectionSize.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.
 



Copyright © 2010-2012. All Rights Reserved.