|
Liferay 7.0-ce-b8 portal-service | |||||||||
| 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>
| Field Summary | |
|---|---|
protected K |
key
|
protected V |
value
|
| Constructor Summary | |
|---|---|
IncreasableEntry(K key,
V value)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
K |
getKey()
|
V |
getValue()
|
int |
hashCode()
|
abstract IncreasableEntry<K,V> |
increase(V deltaValue)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final K key
protected final V value
| Constructor Detail |
|---|
public IncreasableEntry(K key,
V value)
| Method Detail |
|---|
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
|
Liferay 7.0-ce-b8 portal-service | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||