Uses of Enum Class
com.comphenix.protocol.concurrency.AbstractIntervalTree.State
Packages that use AbstractIntervalTree.State
-
Uses of AbstractIntervalTree.State in com.comphenix.protocol.concurrency
Fields in com.comphenix.protocol.concurrency declared as AbstractIntervalTree.StateMethods in com.comphenix.protocol.concurrency that return AbstractIntervalTree.StateModifier and TypeMethodDescriptionstatic AbstractIntervalTree.StateReturns the enum constant of this class with the specified name.static AbstractIntervalTree.State[]AbstractIntervalTree.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.concurrency with parameters of type AbstractIntervalTree.StateModifier and TypeMethodDescriptionprotected AbstractIntervalTree.EndPointAbstractIntervalTree.addEndPoint(TKey key, TValue value, AbstractIntervalTree.State state)Constructors in com.comphenix.protocol.concurrency with parameters of type AbstractIntervalTree.StateModifierConstructorDescriptionEndPoint(AbstractIntervalTree.State state, TKey key, TValue value)