public class CharStringCommand extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
CharStringCommand.Key |
A static class to hold one or more int values as key.
|
Modifier and Type | Field | Description |
---|---|---|
static Map<CharStringCommand.Key,String> |
TYPE1_VOCABULARY |
A map with the Type1 vocabulary.
|
static Map<CharStringCommand.Key,String> |
TYPE2_VOCABULARY |
A map with the Type2 vocabulary.
|
Constructor | Description |
---|---|
CharStringCommand(int b0) |
Constructor with one value.
|
CharStringCommand(int[] values) |
Constructor with an array as values.
|
CharStringCommand(int b0,
int b1) |
Constructor with two values.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object object) |
|
CharStringCommand.Key |
getKey() |
The key of the CharStringCommand.
|
int |
hashCode() |
|
String |
toString() |
public static final Map<CharStringCommand.Key,String> TYPE1_VOCABULARY
public static final Map<CharStringCommand.Key,String> TYPE2_VOCABULARY
public CharStringCommand(int b0)
b0
- valuepublic CharStringCommand(int b0, int b1)
b0
- value1b1
- value2public CharStringCommand(int[] values)
values
- array of valuespublic CharStringCommand.Key getKey()
Copyright © 2008–2018. All rights reserved.