public class MultiKey<K>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pOther) |
K |
getKey(int pIndex) |
K[] |
getKeys() |
static int |
hash(java.lang.Object... pKeys) |
int |
hashCode() |
int |
size() |
java.lang.String |
toString() |
public MultiKey(K... pKeys)
public K[] getKeys()
public boolean equals(java.lang.Object pOther)
equals in class java.lang.Objectpublic static int hash(java.lang.Object... pKeys)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic K getKey(int pIndex)
public int size()