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