@GwtCompatible public abstract class TestStringSortedMapGenerator extends TestStringMapGenerator implements TestSortedMapGenerator<String,String>
TestMapGenerator for use with sorted maps of strings.| Constructor and Description |
|---|
TestStringSortedMapGenerator() |
createArray, createKeyArray, createValueArray, samplesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateKeyArray, createValueArraycreateArray, samplespublic TestStringSortedMapGenerator()
public 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–2019. All rights reserved.