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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

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