Uses of Class
com.comphenix.protocol.concurrency.AbstractIntervalTree.EndPoint
Packages that use AbstractIntervalTree.EndPoint
-
Uses of AbstractIntervalTree.EndPoint in com.comphenix.protocol.concurrency
Fields in com.comphenix.protocol.concurrency with type parameters of type AbstractIntervalTree.EndPointModifier and TypeFieldDescriptionprotected NavigableMap<TKey,AbstractIntervalTree.EndPoint>AbstractIntervalTree.boundsMethods in com.comphenix.protocol.concurrency that return AbstractIntervalTree.EndPointModifier and TypeMethodDescriptionprotected AbstractIntervalTree.EndPointAbstractIntervalTree.addEndPoint(TKey key, TValue value, AbstractIntervalTree.State state)protected AbstractIntervalTree.EndPointAbstractIntervalTree.getEndPoint(TKey key)Get the left-most end-point associated with this key.protected AbstractIntervalTree.EndPointAbstractIntervalTree.getNextEndPoint(TKey point, boolean inclusive)Get the next end point of a given key.protected AbstractIntervalTree.EndPointAbstractIntervalTree.getPreviousEndPoint(TKey point, boolean inclusive)Get the previous end point of a given key.Methods in com.comphenix.protocol.concurrency with parameters of type AbstractIntervalTree.EndPointModifier and TypeMethodDescriptionprotected AbstractIntervalTree.EntryAbstractIntervalTree.getEntry(AbstractIntervalTree.EndPoint left, AbstractIntervalTree.EndPoint right)Retrieve the entry from a given set of end points.