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 left-most end-point associated with this key.
|
protected AbstractIntervalTree.EndPoint |
AbstractIntervalTree.getNextEndPoint(TKey point,
boolean inclusive)
Get the next end point of a given key.
|
protected AbstractIntervalTree.EndPoint |
AbstractIntervalTree.getPreviousEndPoint(TKey point,
boolean inclusive)
Get the previous end point of a given key.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractIntervalTree.Entry |
AbstractIntervalTree.getEntry(AbstractIntervalTree.EndPoint left,
AbstractIntervalTree.EndPoint right)
Retrieve the entry from a given set of end points.
|
protected AbstractIntervalTree.Entry |
AbstractIntervalTree.getEntry(AbstractIntervalTree.EndPoint left,
AbstractIntervalTree.EndPoint right)
Retrieve the entry from a given set of end points.
|