public static class AbstractTestSortedMap.TestTailMap extends AbstractTestSortedMap.TestViewMap
AbstractTestSortedMap.TestHeadMap, AbstractTestSortedMap.TestSubMap, AbstractTestSortedMap.TestTailMap, AbstractTestSortedMap.TestViewMapAbstractTestMap.TestMapEntrySet, AbstractTestMap.TestMapKeySet, AbstractTestMap.TestMapValuesmain, subSortedKeys, subSortedNewValues, subSortedValuesconfirmed, entrySet, keySet, map, valuesCOLLECTIONS_MAJOR_VERSION| Constructor and Description |
|---|
AbstractTestSortedMap.TestTailMap(AbstractTestMap main) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompatibilityVersion()
Gets the compatability version, needed for package access.
|
java.util.Map |
makeEmptyMap()
Return a new, empty
Map to be used for testing. |
java.util.Map |
makeFullMap()
Return a new, populated map.
|
void |
testTailMapOutOfRange() |
bulkTestHeadMap, bulkTestSubMap, bulkTestTailMap, getNewSampleValues, getSampleKeys, getSampleValues, isAllowNullKey, isAllowNullValue, isPutAddSupported, isPutChangeSupported, isRemoveSupported, isTestSerialization, resetEmpty, resetFull, verifymakeConfirmedMap, testComparator, testFirstKey, testLastKeyaddSampleMappings, bulkTestMapEntrySet, bulkTestMapKeySet, bulkTestMapValues, cloneMapEntry, getOtherKeys, getOtherNonNullStringElements, getOtherValues, isAllowDuplicateValues, isGetStructuralModify, isSetValueSupported, isSubMapViewsSerializable, makeObject, 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, verifyEntrySet, verifyKeySet, verifyMap, verifyValuesgetCanonicalEmptyCollectionName, getCanonicalFullCollectionName, isEqualsCheckable, readExternalFormFromBytes, readExternalFormFromDisk, skipSerializedCanonicalTests, supportsEmptyCollections, supportsFullCollections, testCanonicalEmptyCollectionExists, testCanonicalFullCollectionExists, testEqualsNull, testObjectEqualsSelf, testObjectHashCodeEqualsContract, testObjectHashCodeEqualsSelfHashCode, testSerializeDeserializeThenCompare, testSimpleSerialization, writeExternalFormToBytes, writeExternalFormToDiskclone, ignoredTests, makeSuite, toStringpublic AbstractTestSortedMap.TestTailMap(AbstractTestMap main)
public java.util.Map makeEmptyMap()
AbstractTestMapMap to be used for testing.makeEmptyMap in class AbstractTestMappublic java.util.Map makeFullMap()
AbstractTestMapAbstractTestMap.getSampleKeys() and
AbstractTestMap.getSampleValues(). The default implementation uses makeEmptyMap()
and calls AbstractTestMap.addSampleMappings(java.util.Map) to add all the mappings to the
map.makeFullMap in class AbstractTestMappublic void testTailMapOutOfRange()
public java.lang.String getCompatibilityVersion()
AbstractTestMapgetCompatibilityVersion in class AbstractTestMapnull if this object shouldn't be
tested for compatibility with previous versions.Copyright © 2001-2015 Apache Software Foundation. All Rights Reserved.