Java org.apache.commons.collections4.map MultiKeyMap fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

MultiKeyMap()
Constructs a new MultiKeyMap that decorates a HashedMap.

Method

booleancontainsKey(final Object key1, final Object key2)
Checks whether the map contains the specified multi-key.
Vget(final Object key1, final Object key2)
Gets the value mapped to the specified multi-key.
Vput(final K key1, final K key2, final V value)
Stores the value against the specified multi-key.