Package com.tom_roush.fontbox.cff
Class CFFOperator.Key
- java.lang.Object
-
- com.tom_roush.fontbox.cff.CFFOperator.Key
-
- Enclosing class:
- CFFOperator
public static class CFFOperator.Key extends Object
This class is a holder for a key value. It consists of one or two bytes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)int[]getValue()Returns the value of the key.inthashCode()StringtoString()
-