@GwtCompatible public abstract class TestStringSortedMapGenerator extends TestStringMapGenerator implements TestSortedMapGenerator<String,String>
TestMapGenerator
for use with sorted maps of strings.
This class is GWT compatible.
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, samples
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createKeyArray, createValueArray
createArray, samples
public Map.Entry<String,String> belowSamplesLesser()
TestSortedMapGenerator
TestContainerGenerator.samples()
and less than the key of TestSortedMapGenerator.belowSamplesGreater()
.belowSamplesLesser
in interface TestSortedMapGenerator<String,String>
public Map.Entry<String,String> belowSamplesGreater()
TestSortedMapGenerator
TestContainerGenerator.samples()
but greater than the key of TestSortedMapGenerator.belowSamplesLesser()
.belowSamplesGreater
in interface TestSortedMapGenerator<String,String>
public Map.Entry<String,String> aboveSamplesLesser()
TestSortedMapGenerator
TestContainerGenerator.samples()
but less than the key of TestSortedMapGenerator.aboveSamplesGreater()
.aboveSamplesLesser
in interface TestSortedMapGenerator<String,String>
public Map.Entry<String,String> aboveSamplesGreater()
TestSortedMapGenerator
TestContainerGenerator.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)
TestStringMapGenerator
order
in interface TestContainerGenerator<Map<String,String>,Map.Entry<String,String>>
order
in class TestStringMapGenerator
protected abstract SortedMap<String,String> create(Map.Entry<String,String>[] entries)
create
in class TestStringMapGenerator
public SortedMap<String,String> create(Object... entries)
TestContainerGenerator
create
in interface TestContainerGenerator<Map<String,String>,Map.Entry<String,String>>
create
in interface TestSortedMapGenerator<String,String>
create
in class TestStringMapGenerator
Copyright © 2010-2013. All Rights Reserved.