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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.collections.bidimap.DualHashBidiMap has subclasses.
Click this link to see all its subclasses.

Constructor

DualHashBidiMap()
Creates an empty HashBidiMap.
DualHashBidiMap(Map map)
Constructs a HashBidiMap and copies the mappings from specified Map.

Method

booleancontainsKey(Object key)
Objectget(Object key)
ObjectgetKey(Object value)
SetkeySet()
Gets a keySet view of the map.
Objectput(Object key, Object value)
Collectionvalues()
Gets a values view of the map.