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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

MultiKeyMapdecorate(AbstractHashedMap, V> map)
Decorates the specified map to add the MultiKeyMap API and fast query.
Vput(K key1, K key2, K key3, V value)
For backwards compatibility, makes a call to the new varargs MultiKeyMap#putMultiKey
Vput(K key1, K key2, V value)
For backwards compatibility, makes a call to the new varargs MultiKeyMap#putMultiKey