public static final class NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V> extends DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
firstInclusive, from, lastInclusive, to
delegate
Constructor and Description |
---|
NavigableMapSubmapTestMapGenerator(TestSortedMapGenerator<K,V> delegate,
DerivedCollectionGenerators.Bound to,
DerivedCollectionGenerators.Bound from) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.NavigableMap<K,V> |
createSubMap(java.util.SortedMap<K,V> sortedMap,
K firstExclusive,
K lastExclusive)
Calls the smallest subMap overload that filters out the extreme values.
|
aboveSamplesGreater, aboveSamplesLesser, belowSamplesGreater, belowSamplesLesser, create, getFrom, getInnerGenerator, getTo
createArray, createKeyArray, createValueArray, order, samples
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createKeyArray, createValueArray
createArray, order, samples
public NavigableMapSubmapTestMapGenerator(TestSortedMapGenerator<K,V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)
java.util.NavigableMap<K,V> createSubMap(java.util.SortedMap<K,V> sortedMap, K firstExclusive, K lastExclusive)
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator
createSubMap
in class DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>