Class NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>
java.lang.Object
com.google.common.collect.testing.DerivedCollectionGenerators.ForwardingTestMapGenerator<K,V>
com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
com.google.common.collect.testing.NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>
- All Implemented Interfaces:
TestContainerGenerator<Map<K,
,V>, Map.Entry<K, V>> TestMapGenerator<K,
,V> TestSortedMapGenerator<K,
V>
- Enclosing class:
NavigableMapTestSuiteBuilder<K,
V>
public static final class NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>
extends DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
-
Field Summary
Fields inherited from class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
firstInclusive, from, lastInclusive, to
Fields inherited from class com.google.common.collect.testing.DerivedCollectionGenerators.ForwardingTestMapGenerator
delegate
-
Constructor Summary
ConstructorsConstructorDescriptionNavigableMapSubmapTestMapGenerator
(TestSortedMapGenerator<K, V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) -
Method Summary
Modifier and TypeMethodDescription(package private) NavigableMap
<K, V> Calls the smallest subMap overload that filters out the extreme values.Methods inherited from class com.google.common.collect.testing.DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
aboveSamplesGreater, aboveSamplesLesser, belowSamplesGreater, belowSamplesLesser, create, getFrom, getInnerGenerator, getTo
Methods inherited from class com.google.common.collect.testing.DerivedCollectionGenerators.ForwardingTestMapGenerator
createArray, createKeyArray, createValueArray, order, samples
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
createArray, order, samples
Methods inherited from interface com.google.common.collect.testing.TestMapGenerator
createKeyArray, createValueArray
-
Constructor Details
-
NavigableMapSubmapTestMapGenerator
public NavigableMapSubmapTestMapGenerator(TestSortedMapGenerator<K, V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)
-
-
Method Details
-
createSubMap
Description copied from class:DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
Calls the smallest subMap overload that filters out the extreme values. This method is overridden in NavigableMapTestSuiteBuilder.- Overrides:
createSubMap
in classDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,
V>
-