K1 - first key typeK2 - second key typeK3 - third key typeK4 - fourth key typepublic final class QuaternaryKey<K1,K2,K3,K4> extends Object
| Constructor and Description | 
|---|
| QuaternaryKey(K1 key1,
             K2 key2,
             K3 key3,
             K4 key4)Create a new quaternary key with the specified keys. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| K1 | getFirstKey()Return the first key from this quaternary key. | 
| K4 | getFourthKey()Return the fourth key from this quaternary key. | 
| K2 | getSecondKey()Return the second key from this quaternary key. | 
| K3 | getThirdKey()Return the third key from this quaternary key. | 
| int | hashCode() | 
public QuaternaryKey(K1 key1, K2 key2, K3 key3, K4 key4)
key1 - first keykey2 - second keykey3 - third keykey4 - fourth keypublic K1 getFirstKey()
public K2 getSecondKey()
public K3 getThirdKey()
public K4 getFourthKey()
Copyright (c) 2007-2016 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).