public static class GenericPool.PoolEntry<T> extends Object implements TLinkable
| Modifier and Type | Method and Description |
|---|---|
T |
getEntry() |
TLinkable |
getNext()
Returns the linked list node after this one.
|
TLinkable |
getPrevious()
Returns the linked list node before this one.
|
boolean |
isBorrowed() |
void |
setIsBorrowed(boolean isBorrowed) |
void |
setNext(TLinkable next)
Sets the linked list node after this one.
|
void |
setPrevious(TLinkable previous)
Sets the linked list node before this one.
|
public void setIsBorrowed(boolean isBorrowed)
public T getEntry()
public boolean isBorrowed()
public TLinkable getNext()
TLinkablepublic TLinkable getPrevious()
TLinkablegetPrevious in interface TLinkableTLinkable valuepublic void setNext(TLinkable next)
TLinkablepublic void setPrevious(TLinkable previous)
TLinkablesetPrevious in interface TLinkableprevious - a TLinkable valueCopyright 2004-2020 Solace Corporation. All rights reserved.