Interface MultiKey
- All Known Implementing Classes:
HashableMultiKey
public interface MultiKey
Interface for use with multi-keys made up of multiple values and providing hashcode and equals semantics
-
Field Details
-
EPTYPE
Type information
-
-
Method Details
-
getNumKeys
int getNumKeys()Returns the number of keys available- Returns:
- number of keys
-
getKey
Returns the key value at the given index- Parameters:
num
- key number- Returns:
- key value
-
toObjectArray
Convert the multi-key to an object array- Parameters:
mk
- to convert- Returns:
- object-array
-