public abstract class IncreasableEntry<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
IncreasableEntry(K key,
V value) |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic K getKey()
public V getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic abstract IncreasableEntry<K,V> increase(V deltaValue)
public java.lang.String toString()
toString in class java.lang.Object