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