|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fontbox.cff.CFFOperator.Key
public static class CFFOperator.Key
This class is a holder for a key value. It consists of one or two bytes.
| Constructor Summary | |
|---|---|
CFFOperator.Key(int b0)
Constructor. |
|
CFFOperator.Key(int b0,
int b1)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
int[] |
getValue()
Returns the value of the key. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CFFOperator.Key(int b0)
b0 - the one byte value
public CFFOperator.Key(int b0,
int b1)
b0 - the first byte of a two byte valueb1 - the second byte of a two byte value| Method Detail |
|---|
public int[] getValue()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||