| Package | Description |
|---|---|
| com.comphenix.protocol.concurrency |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AbstractIntervalTree.Entry> |
AbstractIntervalTree.entrySet()
Enumerates over every range in this interval tree.
|
java.util.Set<AbstractIntervalTree.Entry> |
AbstractIntervalTree.remove(TKey lowerBound,
TKey upperBound)
Removes every interval that intersects with the given range.
|
java.util.Set<AbstractIntervalTree.Entry> |
AbstractIntervalTree.remove(TKey lowerBound,
TKey upperBound,
boolean preserveDifference)
Removes every interval that intersects with the given range.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractIntervalTree.onEntryAdded(AbstractIntervalTree.Entry added)
Invoked when an entry is added.
|
protected void |
AbstractIntervalTree.onEntryRemoved(AbstractIntervalTree.Entry removed)
Invoked when an entry is removed.
|