public abstract class AbstractTestOrderedMap extends AbstractTestIterableMap
OrderedMap methods and contracts.| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTestOrderedMap.InnerTestOrderedMapIterator |
AbstractTestIterableMap.InnerTestMapIteratorAbstractTestMap.TestMapEntrySet, AbstractTestMap.TestMapKeySet, AbstractTestMap.TestMapValuesconfirmed, entrySet, keySet, map, valuesCOLLECTIONS_MAJOR_VERSION| Constructor and Description |
|---|
AbstractTestOrderedMap(java.lang.String testName)
JUnit constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BulkTest |
bulkTestOrderedMapIterator() |
java.lang.Object[] |
getSampleKeys()
The only confirmed collection we have that is ordered is the sorted one.
|
java.util.Map |
makeConfirmedMap()
OrderedMap uses TreeMap as its known comparison.
|
void |
testFirstKey() |
void |
testLastKey() |
void |
testNextKey() |
void |
testPreviousKey() |
bulkTestMapIterator, testFailFastEntrySet, testFailFastKeySet, testFailFastValuesaddSampleMappings, bulkTestMapEntrySet, bulkTestMapKeySet, bulkTestMapValues, cloneMapEntry, getCompatibilityVersion, getNewSampleValues, getOtherKeys, getOtherNonNullStringElements, getOtherValues, getSampleValues, isAllowDuplicateValues, isAllowNullKey, isAllowNullValue, isGetStructuralModify, isPutAddSupported, isPutChangeSupported, isRemoveSupported, isSetValueSupported, isSubMapViewsSerializable, makeEmptyMap, makeFullMap, makeObject, resetEmpty, resetFull, tearDown, testEmptyMapCompatibility, testEntrySetClearChangesMap, testEntrySetContains1, testEntrySetContains2, testEntrySetContains3, testEntrySetRemove1, testEntrySetRemove2, testEntrySetRemove3, testFullMapCompatibility, testKeySetClearChangesMap, testKeySetRemoveChangesMap, testMakeMap, testMapClear, testMapContainsKey, testMapContainsValue, testMapEquals, testMapGet, testMapHashCode, testMapIsEmpty, testMapPut, testMapPutAll, testMapPutNullKey, testMapPutNullValue, testMapRemove, testMapSize, testMapToString, testSampleMappings, testValuesClearChangesMap, testValuesRemoveChangesMap, verify, verifyEntrySet, verifyKeySet, verifyMap, verifyValuesgetCanonicalEmptyCollectionName, getCanonicalFullCollectionName, isEqualsCheckable, isTestSerialization, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSerializeDeserializeThenCompare, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDiskclone, ignoredTests, makeSuite, toStringpublic AbstractTestOrderedMap(java.lang.String testName)
testName - the test namepublic java.util.Map makeConfirmedMap()
makeConfirmedMap in class AbstractTestMappublic java.lang.Object[] getSampleKeys()
getSampleKeys in class AbstractTestMappublic void testFirstKey()
public void testLastKey()
public void testNextKey()
public void testPreviousKey()
public BulkTest bulkTestOrderedMapIterator()
Copyright © 2001-2015 Apache Software Foundation. All Rights Reserved.