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) |
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 © 2015. All rights reserved.