Uses of Class
com.comphenix.protocol.concurrency.AbstractIntervalTree.Entry
Packages that use AbstractIntervalTree.Entry
-
Uses of AbstractIntervalTree.Entry in com.comphenix.protocol.concurrency
Methods in com.comphenix.protocol.concurrency that return AbstractIntervalTree.EntryModifier and TypeMethodDescriptionprotected AbstractIntervalTree.EntryAbstractIntervalTree.getEntry(AbstractIntervalTree.EndPoint left, AbstractIntervalTree.EndPoint right)Retrieve the entry from a given set of end points.Methods in com.comphenix.protocol.concurrency that return types with arguments of type AbstractIntervalTree.EntryModifier and TypeMethodDescriptionAbstractIntervalTree.entrySet()Enumerates over every range in this interval tree.Removes every interval that intersects with the given range.Removes every interval that intersects with the given range.Methods in com.comphenix.protocol.concurrency with parameters of type AbstractIntervalTree.EntryModifier and TypeMethodDescriptionprotected voidAbstractIntervalTree.onEntryAdded(AbstractIntervalTree.Entry added)Invoked when an entry is added.protected voidAbstractIntervalTree.onEntryRemoved(AbstractIntervalTree.Entry removed)Invoked when an entry is removed.