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

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

Introduction

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

The text is from its open source code.

Field

Constructor

TreeBidiMap()
Constructs a new empty TreeBidiMap.

Method

KgetKey(final Object value)
Returns the key to which this map maps the specified value.
OrderedBidiMapinverseBidiMap()
Gets the inverse map for comparison.
KnextKey(final K key)
Gets the next key after the one specified.
Vput(final K key, final V value)
Puts the key-value pair into the map, replacing any previous pair.