org.apache.commons.collections.map
public abstract class AbstractTestOrderedMap extends AbstractTestIterableMap
| Nested Class Summary | |
|---|---|
| class | AbstractTestOrderedMap.InnerTestOrderedMapIterator |
| Constructor Summary | |
|---|---|
| AbstractTestOrderedMap(String testName)
JUnit constructor.
| |
| Method Summary | |
|---|---|
| BulkTest | bulkTestOrderedMapIterator() |
| Object[] | getSampleKeys()
The only confirmed collection we have that is ordered is the sorted one.
|
| Map | makeConfirmedMap()
OrderedMap uses TreeMap as its known comparison.
|
| void | testFirstKey() |
| void | testLastKey() |
| void | testNextKey() |
| void | testPreviousKey() |
Parameters: testName the test name
Returns: a map that is known to be valid