K - Type of the keypublic class KeyArgsPair<K>
extends java.lang.Object
| Constructor and Description |
|---|
KeyArgsPair(java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getArgs()
Retrieves the arguments of this keyargspair.
|
K |
getKey()
Retrieves the key of this keyargspair.
|
public K getKey()
public java.lang.Object[] getArgs()