TestContainerGenerator<java.util.Map<K,V>,java.util.Map.Entry<K,V>>, TestMapGenerator<K,V>DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator, NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator, SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator, SortedMapGenerators.ImmutableSortedMapGenerator, TestStringSortedMapGenerator@GwtCompatible public interface TestSortedMapGenerator<K,V> extends TestMapGenerator<K,V>
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map.Entry<K,V> |
aboveSamplesGreater() |
Returns an entry with a key greater than the keys of the
TestContainerGenerator.samples()
and greater than the key of aboveSamplesLesser(). |
java.util.Map.Entry<K,V> |
aboveSamplesLesser() |
Returns an entry with a key greater than the keys of the
TestContainerGenerator.samples()
but less than the key of aboveSamplesGreater(). |
java.util.Map.Entry<K,V> |
belowSamplesGreater() |
Returns an entry with a key less than the keys of the
TestContainerGenerator.samples()
but greater than the key of belowSamplesLesser(). |
java.util.Map.Entry<K,V> |
belowSamplesLesser() |
Returns an entry with a key less than the keys of the
TestContainerGenerator.samples()
and less than the key of belowSamplesGreater(). |
java.util.SortedMap<K,V> |
create(java.lang.Object... elements) |
Creates a new container containing the given elements.
|
createArray, order, samplescreateKeyArray, createValueArrayjava.util.SortedMap<K,V> create(java.lang.Object... elements)
TestContainerGeneratorcreate in interface TestContainerGenerator<K,V>java.util.Map.Entry<K,V> belowSamplesLesser()
TestContainerGenerator.samples()
and less than the key of belowSamplesGreater().java.util.Map.Entry<K,V> belowSamplesGreater()
TestContainerGenerator.samples()
but greater than the key of belowSamplesLesser().java.util.Map.Entry<K,V> aboveSamplesLesser()
TestContainerGenerator.samples()
but less than the key of aboveSamplesGreater().java.util.Map.Entry<K,V> aboveSamplesGreater()
TestContainerGenerator.samples()
and greater than the key of aboveSamplesLesser().