public interface MultiKey
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE
Type information
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey(int num)
Returns the key value at the given index
|
int |
getNumKeys()
Returns the number of keys available
|
static java.lang.Object[] |
toObjectArray(MultiKey mk)
Convert the multi-key to an object array
|
static final EPTypeClass EPTYPE
int getNumKeys()
java.lang.Object getKey(int num)
num
- key numberstatic java.lang.Object[] toObjectArray(MultiKey mk)
mk
- to convert