Inherits Writable, and WritableComparable< MultiFieldKey >.
Public Member Functions | |
MultiFieldKey (int numFields) | |
MultiFieldKey (DataInput in) throws IOException | |
int | weight () |
boolean | equals (Object k) |
int | hashCode () |
String | toString () |
void | readFields (DataInput in) throws IOException |
void | write (DataOutput out) throws IOException |
int | compareTo (MultiFieldKey key) |
MultiFieldKey | clone () |
Public Attributes | |
int[] | element |