public abstract class DimensionEntry extends Object implements Comparable<DimensionEntry>
| Modifier and Type | Field and Description |
|---|---|
protected int |
endCoord |
protected static int |
MINUS_INF |
protected static int |
PLUS_INF |
protected int |
startCoord |
| Constructor and Description |
|---|
DimensionEntry(int startCoord) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DimensionEntry o) |
int |
getEndCoord() |
int |
getExtent() |
int |
getStartCoord() |
String |
toString() |
protected static final int MINUS_INF
protected static final int PLUS_INF
protected int startCoord
protected int endCoord
public int getStartCoord()
public int getEndCoord()
public int getExtent()
public int compareTo(DimensionEntry o)
compareTo in interface Comparable<DimensionEntry>Copyright © 2017. All rights reserved.