Class DerivedCollectionGenerators
java.lang.Object
com.google.common.collect.testing.DerivedCollectionGenerators
Derived suite generators, split out of the suite builders so that they are available to GWT.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Two bounds (from and to) define how to build a subMap.(package private) static class
static class
static class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <K,
V> TestSetGenerator <K> keySetGenerator
(OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>> mapGenerator)
-
Constructor Details
-
DerivedCollectionGenerators
private DerivedCollectionGenerators()
-
-
Method Details
-
keySetGenerator
static <K,V> TestSetGenerator<K> keySetGenerator(OneSizeTestContainerGenerator<Map<K, V>, Map.Entry<K, V>> mapGenerator)
-