protected class AbstractIntervalTree.EndPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
TKey |
key |
AbstractIntervalTree.State |
state |
TValue |
value |
| Constructor and Description |
|---|
EndPoint(AbstractIntervalTree.State state,
TKey key,
TValue value) |
public AbstractIntervalTree.State state
public TValue value
public TKey extends Comparable<TKey> key
public EndPoint(AbstractIntervalTree.State state, TKey key, TValue value)
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.