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