Package | Description |
---|---|
com.comphenix.protocol.concurrency |
Modifier and Type | Field and Description |
---|---|
AbstractIntervalTree.State |
AbstractIntervalTree.EndPoint.state |
Modifier and Type | Method and Description |
---|---|
static AbstractIntervalTree.State |
AbstractIntervalTree.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIntervalTree.State[] |
AbstractIntervalTree.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractIntervalTree.EndPoint |
AbstractIntervalTree.addEndPoint(TKey key,
TValue value,
AbstractIntervalTree.State state) |
Constructor and Description |
---|
AbstractIntervalTree.EndPoint(AbstractIntervalTree.State state,
TValue value) |