Class DerivedCollectionGenerators
- java.lang.Object
-
- com.google.common.collect.testing.DerivedCollectionGenerators
-
@GwtCompatible public final class DerivedCollectionGenerators extends java.lang.Object
Derived 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 class
DerivedCollectionGenerators.Bound
Two bounds (from and to) define how to build a subMap.(package private) static class
DerivedCollectionGenerators.ForwardingTestMapGenerator<K,V>
static class
DerivedCollectionGenerators.MapEntrySetGenerator<K,V>
static class
DerivedCollectionGenerators.MapKeySetGenerator<K,V>
static class
DerivedCollectionGenerators.MapSortedKeySetGenerator<K,V>
static class
DerivedCollectionGenerators.MapValueCollectionGenerator<K,V>
static class
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
static class
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E>
-
Constructor Summary
Constructors Modifier Constructor Description private
DerivedCollectionGenerators()
-
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)
-
-