Uses of Class
com.google.common.collect.testing.SampleElements

Packages that use SampleElements
com.google.common.collect.testing   
com.google.common.collect.testing.google   
 

Uses of SampleElements in com.google.common.collect.testing
 

Subclasses of SampleElements in com.google.common.collect.testing
static class SampleElements.Colliders
           
static class SampleElements.Enums
           
static class SampleElements.Strings
           
static class SampleElements.Unhashables
           
 

Fields in com.google.common.collect.testing declared as SampleElements
protected  SampleElements<E> AbstractContainerTester.samples
           
 

Methods in com.google.common.collect.testing that return SampleElements
static
<K,V> SampleElements<Map.Entry<K,V>>
SampleElements.mapEntries(SampleElements<K> keys, SampleElements<V> values)
           
 SampleElements<AnEnum> TestEnumSetGenerator.samples()
           
 SampleElements<E> OneSizeGenerator.samples()
           
 SampleElements<String> TestStringCollectionGenerator.samples()
           
 SampleElements<Map.Entry<AnEnum,String>> TestEnumMapGenerator.samples()
           
 SampleElements<Map.Entry<String,String>> TestStringMapGenerator.samples()
           
 SampleElements<E> ReserializingTestCollectionGenerator.samples()
           
 SampleElements<Map.Entry<K,V>> TestMapEntrySetGenerator.samples()
           
 SampleElements<String> TestStringQueueGenerator.samples()
           
 SampleElements<UnhashableObject> TestUnhashableCollectionGenerator.samples()
           
 SampleElements<String> TestStringListGenerator.samples()
           
 SampleElements<Object> TestCollidingSetGenerator.samples()
           
 SampleElements<String> TestStringSetGenerator.samples()
           
 SampleElements<E> TestContainerGenerator.samples()
          Returns the sample elements that this generate populates its container with.
 

Methods in com.google.common.collect.testing with parameters of type SampleElements
static
<K,V> SampleElements<Map.Entry<K,V>>
SampleElements.mapEntries(SampleElements<K> keys, SampleElements<V> values)
           
static
<K,V> SampleElements<Map.Entry<K,V>>
SampleElements.mapEntries(SampleElements<K> keys, SampleElements<V> values)
           
 

Constructors in com.google.common.collect.testing with parameters of type SampleElements
TestMapEntrySetGenerator(SampleElements<K> keys, SampleElements<V> values)
           
TestMapEntrySetGenerator(SampleElements<K> keys, SampleElements<V> values)
           
 

Uses of SampleElements in com.google.common.collect.testing.google
 

Methods in com.google.common.collect.testing.google that return SampleElements
 SampleElements<AnEnum> TestEnumMultisetGenerator.samples()
           
 SampleElements<String> MapGenerators.ImmutableMapValuesGenerator.samples()
           
 SampleElements<String> MapGenerators.ImmutableMapValueListGenerator.samples()
           
 SampleElements<String> SortedMapGenerators.ImmutableSortedMapValuesGenerator.samples()
           
 SampleElements<String> SortedMapGenerators.ImmutableSortedMapTailMapValuesGenerator.samples()
           
 SampleElements<String> TestStringMultisetGenerator.samples()
           
 



Copyright © 2010-2012. All Rights Reserved.