public static class CharStringCommand.Key
extends java.lang.Object
| Constructor | 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 | Description |
|---|---|---|
boolean |
equals(java.lang.Object object) |
|
int[] |
getValue() |
Array the with the values.
|
int |
hashCode() |
|
java.lang.String |
toString() |
public Key(int b0)
b0 - valuepublic Key(int b0,
int b1)
b0 - value1b1 - value2public Key(int[] values)
values - array of valuespublic int[] getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2008–2018. All rights reserved.