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 Objectpublic K getKey()
public V getValue()
public int hashCode()
hashCode in class Objectpublic abstract IncreasableEntry<K,V> increase(V deltaValue)
public String toString()
toString in class Object