org.apache.commons.collections.bidimap

Class AbstractTestBidiMap.TestInverseBidiMap

Enclosing Class:
AbstractTestBidiMap

public class AbstractTestBidiMap.TestInverseBidiMap
extends AbstractTestBidiMap

Constructor Summary

TestInverseBidiMap(AbstractTestBidiMap main)

Method Summary

String
getCompatibilityVersion()
Object[]
getSampleKeys()
Object[]
getSampleValues()
boolean
isAllowNullKey()
boolean
isAllowNullValue()
boolean
isPutAddSupported()
boolean
isPutChangeSupported()
boolean
isRemoveSupported()
boolean
isSetValueSupported()
BidiMap
makeEmptyBidiMap()
BidiMap
makeFullBidiMap()
Map
makeFullMap()

Constructor Details

TestInverseBidiMap

public TestInverseBidiMap(AbstractTestBidiMap main)

Method Details

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-2008 Apache Software Foundation. All Rights Reserved.