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