public static final class Structure2D.LongRowColumn extends Object implements Comparable<Structure2D.LongRowColumn>
Constructor and Description |
---|
LongRowColumn(long aRow,
long aCol) |
LongRowColumn(Structure1D.LongIndex aRow,
Structure1D.LongIndex aCol) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Structure2D.LongRowColumn ref) |
boolean |
equals(Object obj) |
Structure1D.LongIndex |
getColumn() |
Structure1D.LongIndex |
getRow() |
int |
hashCode() |
String |
toString() |
public LongRowColumn(long aRow, long aCol)
public LongRowColumn(Structure1D.LongIndex aRow, Structure1D.LongIndex aCol)
public int compareTo(Structure2D.LongRowColumn ref)
compareTo
in interface Comparable<Structure2D.LongRowColumn>
public Structure1D.LongIndex getColumn()
public Structure1D.LongIndex getRow()
Copyright © 2019 Optimatika. All rights reserved.