public class BufferedIncreasableEntry<K,T> extends IncreasableEntry<K,com.liferay.portal.kernel.increment.Increment<T>>
key, value| Constructor and Description |
|---|
BufferedIncreasableEntry(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
java.lang.Object[] arguments,
K key,
com.liferay.portal.kernel.increment.Increment<T> value) |
| Modifier and Type | Method and Description |
|---|---|
BufferedIncreasableEntry<K,T> |
increase(com.liferay.portal.kernel.increment.Increment<T> deltaValue) |
void |
proceed() |
java.lang.String |
toString() |
equals, getKey, getValue, hashCodepublic BufferedIncreasableEntry<K,T> increase(com.liferay.portal.kernel.increment.Increment<T> deltaValue)
increase in class IncreasableEntry<K,com.liferay.portal.kernel.increment.Increment<T>>public void proceed()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String toString()
toString in class IncreasableEntry<K,com.liferay.portal.kernel.increment.Increment<T>>