|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.cff.CharStringCommand.Key
public static class CharStringCommand.Key
A static class to hold one or more int values as key.
Constructor Summary | |
---|---|
CharStringCommand.Key(int b0)
Constructor with one value. |
|
CharStringCommand.Key(int[] values)
Constructor with an array as values. |
|
CharStringCommand.Key(int b0,
int b1)
Constructor with two values. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
int[] |
getValue()
Array the with the values. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CharStringCommand.Key(int b0)
b0
- valuepublic CharStringCommand.Key(int b0, int b1)
b0
- value1b1
- value2public CharStringCommand.Key(int[] values)
values
- array of valuesMethod Detail |
---|
public int[] getValue()
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object object)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |