Uses of Class
com.google.common.collect.testing.SampleElements
Packages that use SampleElements
-
Uses of SampleElements in com.google.common.collect.testing
Subclasses of SampleElements in com.google.common.collect.testingModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Fields in com.google.common.collect.testing declared as SampleElementsMethods in com.google.common.collect.testing that return SampleElementsModifier and TypeMethodDescriptionstatic <K extends @Nullable Object, V extends @Nullable Object>
SampleElements<Map.Entry<K, V>> SampleElements.mapEntries
(SampleElements<K> keys, SampleElements<V> values) DerivedCollectionGenerators.MapEntrySetGenerator.samples()
DerivedCollectionGenerators.MapKeySetGenerator.samples()
DerivedCollectionGenerators.MapValueCollectionGenerator.samples()
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator.samples()
OneSizeGenerator.samples()
ReserializingTestCollectionGenerator.samples()
TestCharacterListGenerator.samples()
TestCollidingSetGenerator.samples()
TestContainerGenerator.samples()
Returns the sample elements that this generate populates its container with.TestEnumMapGenerator.samples()
TestEnumSetGenerator.samples()
TestIntegerSetGenerator.samples()
TestMapEntrySetGenerator.samples()
TestStringCollectionGenerator.samples()
TestStringListGenerator.samples()
TestStringMapGenerator.samples()
TestStringQueueGenerator.samples()
TestStringSetGenerator.samples()
TestUnhashableCollectionGenerator.samples()
Methods in com.google.common.collect.testing with parameters of type SampleElementsModifier and TypeMethodDescriptionstatic <K extends @Nullable Object, V extends @Nullable Object>
SampleElements<Map.Entry<K, V>> SampleElements.mapEntries
(SampleElements<K> keys, SampleElements<V> values) Constructors in com.google.common.collect.testing with parameters of type SampleElementsModifierConstructorDescriptionprotected
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 SampleElementsModifier and TypeMethodDescriptionprotected SampleElements
<K> AbstractMultimapTester.sampleKeys()
TestMultimapGenerator.sampleKeys()
TestStringListMultimapGenerator.sampleKeys()
TestStringSetMultimapGenerator.sampleKeys()
DerivedGoogleCollectionGenerators.BiMapValueSetGenerator.samples()
DerivedGoogleCollectionGenerators.InverseBiMapGenerator.samples()
DerivedGoogleCollectionGenerators.MapGenerator.samples()
MapGenerators.ImmutableMapEntryListGenerator.samples()
MapGenerators.ImmutableMapValuesAsSingletonSetGenerator.samples()
SortedMapGenerators.ImmutableSortedMapEntryListGenerator.samples()
TestEnumMultisetGenerator.samples()
TestStringBiMapGenerator.samples()
TestStringListMultimapGenerator.samples()
TestStringMultisetGenerator.samples()
TestStringSetMultimapGenerator.samples()
protected SampleElements
<V> AbstractMultimapTester.sampleValues()
TestMultimapGenerator.sampleValues()
TestStringListMultimapGenerator.sampleValues()
TestStringSetMultimapGenerator.sampleValues()