Class AbstractIntervalTree.Entry
java.lang.Object
com.comphenix.protocol.concurrency.AbstractIntervalTree.Entry
- All Implemented Interfaces:
Map.Entry<com.google.common.collect.Range<TKey>,TValue>
- Enclosing class:
- AbstractIntervalTree<TKey extends Comparable<TKey>,
TValue>
public class AbstractIntervalTree.Entry
extends Object
implements Map.Entry<com.google.common.collect.Range<TKey>,TValue>
Represents a range and a value in this interval tree.
-
Method Summary
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-