Package | Description |
---|---|
com.comphenix.protocol.concurrency |
Modifier and Type | Field and Description |
---|---|
protected java.util.NavigableMap<TKey,AbstractIntervalTree.EndPoint> |
AbstractIntervalTree.bounds |
Modifier and Type | Method and Description |
---|---|
protected AbstractIntervalTree.EndPoint |
AbstractIntervalTree.addEndPoint(TKey key,
TValue value,
AbstractIntervalTree.State state) |
protected AbstractIntervalTree.EndPoint |
AbstractIntervalTree.getEndPoint(TKey key)
Get the end-point composite associated with this key.
|