Uses of Interface
com.google.common.collect.testing.DerivedGenerator
-
Packages that use DerivedGenerator Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of DerivedGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing that implement DerivedGenerator Modifier and Type Class Description static class
DerivedCollectionGenerators.MapEntrySetGenerator<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
static class
DerivedCollectionGenerators.MapKeySetGenerator<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
static class
DerivedCollectionGenerators.MapSortedKeySetGenerator<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
static class
DerivedCollectionGenerators.MapValueCollectionGenerator<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
class
DerivedTestIteratorGenerator<E>
Adapts a test iterable generator to give a TestIteratorGenerator. -
Uses of DerivedGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement DerivedGenerator Modifier and Type Class Description static class
DerivedGoogleCollectionGenerators.BiMapValueSetGenerator<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
static class
DerivedGoogleCollectionGenerators.InverseBiMapGenerator<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
static class
DerivedGoogleCollectionGenerators.MapGenerator<K extends @Nullable java.lang.Object,V extends @Nullable java.lang.Object>
-