public class AbstractIntervalTree.Entry
extends java.lang.Object
implements java.util.Map.Entry<com.google.common.collect.Range<TKey>,TValue>
public com.google.common.collect.Range<TKey> getKey()
public TValue getValue()
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
toString
in class java.lang.Object