Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.BatchablePipe.IncreasableEntryWrapper<K,V>
Enclosing class:
BatchablePipe<K,V>

protected static class BatchablePipe.IncreasableEntryWrapper<K,V>
extends Object


Field Summary
protected  IncreasableEntry<K,V> increasableEntry
           
 
Constructor Summary
BatchablePipe.IncreasableEntryWrapper(IncreasableEntry<K,V> increasableEntry)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

increasableEntry

protected final IncreasableEntry<K,V> increasableEntry
Constructor Detail

BatchablePipe.IncreasableEntryWrapper

public BatchablePipe.IncreasableEntryWrapper(IncreasableEntry<K,V> increasableEntry)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ce-b4