@Deprecated
public abstract class IncreasableEntry<K,V>
extends 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(Object obj)
Deprecated.
|
K |
getKey()
Deprecated.
|
V |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
abstract IncreasableEntry<K,V> |
increase(V deltaValue)
Deprecated.
|
String |
toString()
Deprecated.
|
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