Liferay 7.0-ce-b4

com.liferay.portal.kernel.concurrent
Class IncreasableEntry<K,V>

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.IncreasableEntry<K,V>

public abstract class IncreasableEntry<K,V>
extends Object


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

key

protected final K key

value

protected final V value
Constructor Detail

IncreasableEntry

public IncreasableEntry(K key,
                        V value)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getKey

public K getKey()

getValue

public V getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

increase

public abstract IncreasableEntry<K,V> increase(V deltaValue)

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ce-b4