Class DerivedCollectionGenerators
- java.lang.Object
-
- com.google.common.collect.testing.DerivedCollectionGenerators
-
public final class DerivedCollectionGenerators extends java.lang.ObjectDerived suite generators, split out of the suite builders so that they are available to GWT.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDerivedCollectionGenerators.BoundTwo bounds (from and to) define how to build a subMap.(package private) static classDerivedCollectionGenerators.ForwardingTestMapGenerator<K,V>static classDerivedCollectionGenerators.MapEntrySetGenerator<K,V>static classDerivedCollectionGenerators.MapKeySetGenerator<K,V>static classDerivedCollectionGenerators.MapSortedKeySetGenerator<K,V>static classDerivedCollectionGenerators.MapValueCollectionGenerator<K,V>static classDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>static classDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E>
-
Constructor Summary
Constructors Modifier Constructor Description privateDerivedCollectionGenerators()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static <K,V>
TestSetGenerator<K>keySetGenerator(OneSizeTestContainerGenerator<java.util.Map<K,V>,java.util.Map.Entry<K,V>> mapGenerator)
-
-
-
Method Detail
-
keySetGenerator
static <K,V> TestSetGenerator<K> keySetGenerator(OneSizeTestContainerGenerator<java.util.Map<K,V>,java.util.Map.Entry<K,V>> mapGenerator)
-
-