public abstract class IncreasableEntry<K,V> extends Object
protected K
key
protected V
value
IncreasableEntry(K key, V value)
boolean
equals(Object obj)
K
getKey()
V
getValue()
int
hashCode()
abstract IncreasableEntry<K,V>
increase(V deltaValue)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected final K key
protected final V value
public IncreasableEntry(K key, V value)
public boolean equals(Object obj)
equals
Object
public K getKey()
public V getValue()
public int hashCode()
hashCode
public abstract IncreasableEntry<K,V> increase(V deltaValue)
public String toString()
toString