@GwtCompatible public abstract class TestStringSortedMapGenerator extends TestStringMapGenerator implements TestSortedMapGenerator<String,String>
TestMapGenerator for use with sorted maps of strings.| Constructor and Description |
|---|
TestStringSortedMapGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,String> |
aboveSamplesGreater()
Returns an entry with a key greater than the keys of the
TestContainerGenerator.samples()
and greater than the key of TestSortedMapGenerator.aboveSamplesLesser(). |
Map.Entry<String,String> |
aboveSamplesLesser()
Returns an entry with a key greater than the keys of the
TestContainerGenerator.samples()
but less than the key of TestSortedMapGenerator.aboveSamplesGreater(). |
Map.Entry<String,String> |
belowSamplesGreater()
Returns an entry with a key less than the keys of the
TestContainerGenerator.samples()
but greater than the key of TestSortedMapGenerator.belowSamplesLesser(). |
Map.Entry<String,String> |
belowSamplesLesser()
Returns an entry with a key less than the keys of the
TestContainerGenerator.samples()
and less than the key of TestSortedMapGenerator.belowSamplesGreater(). |
protected abstract SortedMap<String,String> |
create(Map.Entry<String,String>[] entries) |
SortedMap<String,String> |
create(Object... entries)
Creates a new container containing the given elements.
|
Iterable<Map.Entry<String,String>> |
order(List<Map.Entry<String,String>> insertionOrder)
Returns the original element list, unchanged.
|
createArray, createKeyArray, createValueArray, samplesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateKeyArray, createValueArraycreateArray, samplespublic Map.Entry<String,String> belowSamplesLesser()
TestSortedMapGeneratorTestContainerGenerator.samples()
and less than the key of TestSortedMapGenerator.belowSamplesGreater().belowSamplesLesser in interface TestSortedMapGenerator<String,String>public Map.Entry<String,String> belowSamplesGreater()
TestSortedMapGeneratorTestContainerGenerator.samples()
but greater than the key of TestSortedMapGenerator.belowSamplesLesser().belowSamplesGreater in interface TestSortedMapGenerator<String,String>public Map.Entry<String,String> aboveSamplesLesser()
TestSortedMapGeneratorTestContainerGenerator.samples()
but less than the key of TestSortedMapGenerator.aboveSamplesGreater().aboveSamplesLesser in interface TestSortedMapGenerator<String,String>public Map.Entry<String,String> aboveSamplesGreater()
TestSortedMapGeneratorTestContainerGenerator.samples()
and greater than the key of TestSortedMapGenerator.aboveSamplesLesser().aboveSamplesGreater in interface TestSortedMapGenerator<String,String>public Iterable<Map.Entry<String,String>> order(List<Map.Entry<String,String>> insertionOrder)
TestStringMapGeneratororder in interface TestContainerGenerator<Map<String,String>,Map.Entry<String,String>>order in class TestStringMapGeneratorprotected abstract SortedMap<String,String> create(Map.Entry<String,String>[] entries)
create in class TestStringMapGeneratorpublic SortedMap<String,String> create(Object... entries)
TestContainerGeneratorcreate in interface TestContainerGenerator<Map<String,String>,Map.Entry<String,String>>create in interface TestSortedMapGenerator<String,String>create in class TestStringMapGeneratorCopyright © 2010-2016. All Rights Reserved.