public class CharStringCommand extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CharStringCommand.Key
A static class to hold one or more int values as key.
|
Modifier and Type | Field and 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 and 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 and 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 © 2002–2018 The Apache Software Foundation. All rights reserved.