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