public static class CharStringCommand.Key extends Object
| Constructor and Description | 
|---|
Key(int b0)
Constructor with one value. 
 | 
Key(int[] values)
Constructor with an array as values. 
 | 
Key(int b0,
   int b1)
Constructor with two values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object object) | 
int[] | 
getValue()
Array the with the values. 
 | 
int | 
hashCode() | 
String | 
toString() | 
public Key(int b0)
b0 - valuepublic Key(int b0,
           int b1)
b0 - value1b1 - value2public Key(int[] values)
values - array of valuesCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.