|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.concurrent.IncreasableEntry<K,V>
public abstract class IncreasableEntry<K,V>
Constructor Summary | |
---|---|
IncreasableEntry(K key,
V value)
|
Method Summary | |
---|---|
abstract V |
doIncrease(V originalValue,
V deltaValue)
|
boolean |
equals(Object obj)
|
K |
getKey()
|
V |
getValue()
|
int |
hashCode()
|
boolean |
increase(V deltaValue)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IncreasableEntry(K key, V value)
Method Detail |
---|
public abstract V doIncrease(V originalValue, V deltaValue)
public boolean equals(Object obj)
equals
in class Object
public final K getKey()
public final V getValue()
public int hashCode()
hashCode
in class Object
public final boolean increase(V deltaValue)
public String toString()
toString
in class Object
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |