org.apache.commons.collections.map
Class AbstractTestOrderedMap
AbstractTestIterableMap
org.apache.commons.collections.map.AbstractTestOrderedMap
public abstract class AbstractTestOrderedMap
extends AbstractTestIterableMap
Abstract test class for OrderedMap
methods and contracts.
AbstractTestOrderedMap
public AbstractTestOrderedMap(String testName)
JUnit constructor.
bulkTestOrderedMapIterator
public BulkTest bulkTestOrderedMapIterator()
getSampleKeys
public Object[] getSampleKeys()
The only confirmed collection we have that is ordered is the sorted one.
Thus, sort the keys.
makeConfirmedMap
public Map makeConfirmedMap()
OrderedMap uses TreeMap as its known comparison.
- a map that is known to be valid
testFirstKey
public void testFirstKey()
testLastKey
public void testLastKey()
testNextKey
public void testNextKey()
testPreviousKey
public void testPreviousKey()
Copyright © 2001-2015 Apache Software Foundation. All Rights Reserved.