|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.firebirdsql.pool.BlockingStack.Node
Container class for objects in the stack.
Constructor Summary | |
BlockingStack.Node()
Creates a node with null object and null next node. |
|
BlockingStack.Node(java.lang.Object object)
Creates a node with the specified object and null next node. |
|
BlockingStack.Node(java.lang.Object object,
BlockingStack.Node next)
Creates a Node with the specific object and next node. |
Method Summary | |
BlockingStack.Node |
getNext()
|
java.lang.Object |
getObject()
|
void |
setNext(BlockingStack.Node next)
|
void |
setObject(java.lang.Object object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockingStack.Node()
public BlockingStack.Node(java.lang.Object object)
object
- public BlockingStack.Node(java.lang.Object object, BlockingStack.Node next)
object
- next
- Method Detail |
public BlockingStack.Node getNext()
public java.lang.Object getObject()
public void setNext(BlockingStack.Node next)
next
- The next to set.public void setObject(java.lang.Object object)
object
- The object to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |