org.apache.commons.collections.bidimap

Class AbstractTestBidiMap.TestInverseBidiMap

public class AbstractTestBidiMap.TestInverseBidiMap extends AbstractTestBidiMap

Constructor Summary
TestInverseBidiMap(AbstractTestBidiMap main)
Method Summary
StringgetCompatibilityVersion()
Object[]getSampleKeys()
Object[]getSampleValues()
booleanisAllowNullKey()
booleanisAllowNullValue()
booleanisPutAddSupported()
booleanisPutChangeSupported()
booleanisRemoveSupported()
booleanisSetValueSupported()
BidiMapmakeEmptyBidiMap()
BidiMapmakeFullBidiMap()
MapmakeFullMap()

Constructor Detail

TestInverseBidiMap

public TestInverseBidiMap(AbstractTestBidiMap main)

Method Detail

getCompatibilityVersion

public String getCompatibilityVersion()

getSampleKeys

public Object[] getSampleKeys()

getSampleValues

public Object[] getSampleValues()

isAllowNullKey

public boolean isAllowNullKey()

isAllowNullValue

public boolean isAllowNullValue()

isPutAddSupported

public boolean isPutAddSupported()

isPutChangeSupported

public boolean isPutChangeSupported()

isRemoveSupported

public boolean isRemoveSupported()

isSetValueSupported

public boolean isSetValueSupported()

makeEmptyBidiMap

public BidiMap makeEmptyBidiMap()

makeFullBidiMap

public BidiMap makeFullBidiMap()

makeFullMap

public Map makeFullMap()
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.