org.apache.commons.collections.map

Class AbstractTestMap.TestMapEntrySet

Enclosing Class:
AbstractTestMap

public class AbstractTestMap.TestMapEntrySet
extends AbstractTestSet

Constructor Summary

TestMapEntrySet()

Method Summary

Map.Entry
getEntry(Iterator itConfirmed, Object key)
Object[]
getFullElements()
Object[]
getOtherElements()
boolean
isAddSupported()
boolean
isGetStructuralModify()
boolean
isRemoveSupported()
boolean
isTestSerialization()
Set
makeEmptySet()
Set
makeFullSet()
void
resetEmpty()
void
resetFull()
void
testMapEntrySetIteratorEntry()
void
testMapEntrySetIteratorEntrySetValue()
void
testMapEntrySetRemoveNonMapEntry()
void
verify()

Constructor Details

TestMapEntrySet

public TestMapEntrySet()

Method Details

getEntry

public Map.Entry getEntry(Iterator itConfirmed,
                          Object key)

getFullElements

public Object[] getFullElements()

getOtherElements

public Object[] getOtherElements()

isAddSupported

public boolean isAddSupported()

isGetStructuralModify

public boolean isGetStructuralModify()

isRemoveSupported

public boolean isRemoveSupported()

isTestSerialization

public boolean isTestSerialization()

makeEmptySet

public Set makeEmptySet()

makeFullSet

public Set makeFullSet()

resetEmpty

public void resetEmpty()

resetFull

public void resetFull()

testMapEntrySetIteratorEntry

public void testMapEntrySetIteratorEntry()

testMapEntrySetIteratorEntrySetValue

public void testMapEntrySetIteratorEntrySetValue()

testMapEntrySetRemoveNonMapEntry

public void testMapEntrySetRemoveNonMapEntry()

verify

public void verify()

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.