public static class CFFOperator.Key extends Object
Constructor and Description |
---|
Key(int b0)
Constructor.
|
Key(int b0,
int b1)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int[] |
getValue()
Returns the value of the key.
|
int |
hashCode() |
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 valueCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.