|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.pool.impl.enhanced.impl.basic.RemoveEntry<E>
E - public class RemoveEntry<E>
| Constructor Summary | |
|---|---|
RemoveEntry(E poolItem,
RemoveEntry<E> next)
|
|
| Method Summary | |
|---|---|
RemoveEntry<E> |
getNext()
|
E |
getPoolItem()
|
boolean |
isCallBackComplete()
|
void |
setCallBackComplete(boolean callBackComplete)
|
void |
setNext(RemoveEntry<E> next)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveEntry(E poolItem,
RemoveEntry<E> next)
| Method Detail |
|---|
public RemoveEntry<E> getNext()
public void setNext(RemoveEntry<E> next)
public E getPoolItem()
public boolean isCallBackComplete()
public void setCallBackComplete(boolean callBackComplete)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||