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() |