public static class CFFOperator.Key
extends java.lang.Object
| Constructor and Description |
|---|
CFFOperator.Key(int b0)
Constructor.
|
CFFOperator.Key(int b0,
int b1)
Constructor.
|
public CFFOperator.Key(int b0)
b0 - the one byte valuepublic CFFOperator.Key(int b0,
int b1)
b0 - the first byte of a two byte valueb1 - the second byte of a two byte valuepublic int[] getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Object