public class DimensionRange<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
ceiling |
protected int |
end |
protected T |
floor |
protected java.util.NavigableSet<T> |
rangeSet |
protected int |
start |
| Constructor and Description |
|---|
DimensionRange(int start,
int end,
T floor,
T ceiling,
java.util.NavigableSet<T> rangeSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com