public static final class NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V> extends DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
firstInclusive, from, lastInclusive, todelegate| 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, getTocreateArray, createKeyArray, createValueArray, order, samplesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateKeyArray, createValueArraycreateArray, order, samplespublic 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.SortedMapSubmapTestMapGeneratorcreateSubMap in class DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>