| Package | Description |
|---|---|
| org.dbunit.util.concurrent |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedNode |
SynchronousChannel.Queue.head |
protected LinkedNode |
LinkedQueue.head_
Dummy header node of list.
|
protected LinkedNode |
BoundedLinkedQueue.head_
Dummy header node of list.
|
protected LinkedNode |
SynchronousChannel.Queue.last |
protected LinkedNode |
LinkedQueue.last_
The last node of list.
|
protected LinkedNode |
BoundedLinkedQueue.last_
The last node of list.
|
LinkedNode |
LinkedNode.next |
| Modifier and Type | Method and Description |
|---|---|
protected LinkedNode |
SynchronousChannel.Queue.deq() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SynchronousChannel.Queue.enq(LinkedNode p) |
| Constructor and Description |
|---|
LinkedNode(Object x,
LinkedNode n) |
Copyright © 2002-2017. All Rights Reserved.