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