protected class AbstractIntervalTree.EndPoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
TKey |
key |
AbstractIntervalTree.State |
state |
TValue |
value |
| Constructor and Description |
|---|
AbstractIntervalTree.EndPoint(AbstractIntervalTree.State state,
TKey key,
TValue value) |
public AbstractIntervalTree.State state
public TValue value
public AbstractIntervalTree.EndPoint(AbstractIntervalTree.State state, TKey key, TValue value)