Java org.apache.commons.collections.keyvalue MultiKey fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.commons.collections.keyvalue.MultiKey has subclasses.
Click this link to see all its subclasses.

Constructor

MultiKey(Object key1, Object key2)
Constructor taking two keys.
MultiKey(Object[] keys, boolean makeClone)
Constructor taking an array of keys, optionally choosing whether to clone.
MultiKey(Object key1, Object key2, Object key3, Object key4)
Constructor taking four keys.
MultiKey(Object key1, Object key2, Object key3)
Constructor taking three keys.
MultiKey(Object[] keys)
Constructor taking an array of keys which is cloned.

Method

ObjectgetKey(int index)
Gets the key at the specified index.
Object[]getKeys()
Gets a clone of the array of keys.