Java org.apache.commons.collections BidiMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections BidiMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections BidiMap.

The text is from its open source code.

Method

ObjectgetKey(Object value)
Gets the key that is currently mapped to the specified value.
BidiMapinverseBidiMap()
Gets a view of this map where the keys and values are reversed.
Objectput(Object key, Object value)
Puts the key-value pair into the map, replacing any previous pair.
ObjectremoveValue(Object value)
Removes the key-value pair that is currently mapped to the specified value (optional operation).
StringtoString()
Returns a string representation of the object.