public static class CFFOperator.Key
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int[] |
value |
Modifier | Constructor and Description |
---|---|
|
Key(int b0)
Constructor.
|
private |
Key(int[] value) |
|
Key(int b0,
int b1)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
int[] |
getValue()
Returns the value of the key.
|
int |
hashCode() |
private void |
setValue(int[] value) |
java.lang.String |
toString() |
public Key(int b0)
b0
- the one byte valuepublic Key(int b0, int b1)
b0
- the first byte of a two byte valueb1
- the second byte of a two byte valueprivate Key(int[] value)
public int[] getValue()
private void setValue(int[] value)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object