public abstract class MinObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
data |
double[] |
ddata |
java.lang.Integer |
key |
int |
type |
| Constructor and Description |
|---|
MinObject() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
decodeKey(java.lang.Integer key) |
static java.lang.Integer |
getKey(int type,
int a1,
int a2,
int a3,
int a4) |
java.lang.String |
toString() |