|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@GwtCompatible public interface TestSortedMapGenerator<K,V>
Creates sorted maps, containing sample elements, to be tested.
This class is GWT compatible.
| Method Summary | |
|---|---|
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(). |
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(). |
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(). |
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(). |
SortedMap<K,V> |
create(Object... elements)
Creates a new container containing the given elements. |
| Methods inherited from interface com.google.common.collect.testing.TestMapGenerator |
|---|
createKeyArray, createValueArray |
| Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator |
|---|
createArray, order, samples |
| Method Detail |
|---|
SortedMap<K,V> create(Object... elements)
TestContainerGenerator
create in interface TestContainerGenerator<Map<K,V>,Map.Entry<K,V>>Map.Entry<K,V> belowSamplesLesser()
TestContainerGenerator.samples()
and less than the key of belowSamplesGreater().
Map.Entry<K,V> belowSamplesGreater()
TestContainerGenerator.samples()
but greater than the key of belowSamplesLesser().
Map.Entry<K,V> aboveSamplesLesser()
TestContainerGenerator.samples()
but less than the key of aboveSamplesGreater().
Map.Entry<K,V> aboveSamplesGreater()
TestContainerGenerator.samples()
and greater than the key of aboveSamplesLesser().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||