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