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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.commons.collections15.BidiMap has the following implementations.
Click this link to see all its implementation.

Method

KgetKey(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.
MapIteratormapIterator()
Obtains a MapIterator over the map.
Vput(K key, V value)
Puts the key-value pair into the map, replacing any previous pair.