Uses of Interface
com.google.common.collect.testing.DerivedGenerator
Packages that use DerivedGenerator
-
Uses of DerivedGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing that implement DerivedGeneratorModifier and TypeClassDescriptionstatic class
DerivedCollectionGenerators.MapEntrySetGenerator<K extends @Nullable Object,
V extends @Nullable Object> static class
DerivedCollectionGenerators.MapKeySetGenerator<K extends @Nullable Object,
V extends @Nullable Object> static class
DerivedCollectionGenerators.MapSortedKeySetGenerator<K extends @Nullable Object,
V extends @Nullable Object> static class
DerivedCollectionGenerators.MapValueCollectionGenerator<K extends @Nullable Object,
V extends @Nullable Object> final class
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 DerivedGeneratorModifier and TypeClassDescriptionstatic class
DerivedGoogleCollectionGenerators.BiMapValueSetGenerator<K extends @Nullable Object,
V extends @Nullable Object> static class
DerivedGoogleCollectionGenerators.InverseBiMapGenerator<K extends @Nullable Object,
V extends @Nullable Object> static class
DerivedGoogleCollectionGenerators.MapGenerator<K extends @Nullable Object,
V extends @Nullable Object>