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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

KgetKey(final int index)
Gets the key at the specified index.
intsize()
Gets the size of the list of keys.