Package org.apache.fontbox.cff
Class CFFOperator.Key
- java.lang.Object
 - 
- org.apache.fontbox.cff.CFFOperator.Key
 
 
- 
- Enclosing class:
 - CFFOperator
 
public static class CFFOperator.Key extends java.lang.ObjectThis class is a holder for a key value. It consists of one or two bytes.- Author:
 - Villu Ruusmann
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)int[]getValue()Returns the value of the key.inthashCode()java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getValue
public int[] getValue()
Returns the value of the key.- Returns:
 - the value
 
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object object)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -