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