Package org.apache.fontbox.cff
Class CharStringCommand.Key
- java.lang.Object
 - 
- org.apache.fontbox.cff.CharStringCommand.Key
 
 
- 
- Enclosing class:
 - CharStringCommand
 
public static class CharStringCommand.Key extends java.lang.ObjectA static class to hold one or more int values as key. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)int[]getValue()Array the with the values.inthashCode()java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getValue
public int[] getValue()
Array the with the values.- Returns:
 - array with the values
 
 
- 
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
 
 - 
 
 -