public static final class StructureAnyD.IntReference extends Object implements Comparable<StructureAnyD.IntReference>
| Modifier and Type | Field and Description |
|---|---|
int[] |
reference |
| Constructor and Description |
|---|
IntReference(int... aReference) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StructureAnyD.IntReference ref) |
boolean |
equals(Object obj) |
int |
hashCode() |
static StructureAnyD.IntReference |
of(int... aReference) |
String |
toString() |
public static StructureAnyD.IntReference of(int... aReference)
public int compareTo(StructureAnyD.IntReference ref)
compareTo in interface Comparable<StructureAnyD.IntReference>Copyright © 2019 Optimatika. All rights reserved.