public abstract class IncreasableEntry<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
IncreasableEntry(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
abstract IncreasableEntry<K,V> |
increase(V deltaValue) |
java.lang.String |
toString() |
public boolean equals(java.lang.Object object)
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