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