Package | Description |
---|---|
com.comphenix.xp.extra |
Modifier and Type | Field and Description |
---|---|
IntervalTree.State |
IntervalTree.EndPoint.state |
Modifier and Type | Method and Description |
---|---|
static IntervalTree.State |
IntervalTree.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntervalTree.State[] |
IntervalTree.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 void |
IntervalTree.addEndPoint(TKey key,
TValue value,
IntervalTree.State state) |
Constructor and Description |
---|
IntervalTree.EndPoint(IntervalTree.State state,
TValue value) |