- All Implemented Interfaces:
- java.util.Map.Entry<com.google.common.collect.Range<TKey>,TValue>
- Enclosing class:
- AbstractIntervalTree<TKey extends java.lang.Comparable<TKey>,TValue>
public class AbstractIntervalTree.Entry
extends java.lang.Object
implements java.util.Map.Entry<com.google.common.collect.Range<TKey>,TValue>
Represents a range and a value in this interval tree.