public class DimensionRange<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
ceiling |
protected int |
end |
protected T |
floor |
protected NavigableSet<T> |
rangeSet |
protected int |
start |
| Constructor and Description |
|---|
DimensionRange(int start,
int end,
T floor,
T ceiling,
NavigableSet<T> rangeSet) |
protected int start
protected int end
protected T floor
protected T ceiling
protected NavigableSet<T> rangeSet
public DimensionRange(int start,
int end,
T floor,
T ceiling,
NavigableSet<T> rangeSet)
Copyright © 2017. All rights reserved.