Elt - Element typestatic class QueueSynchronized.Link<Elt>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Elt |
element
Element carry
|
QueueSynchronized.Link<Elt> |
next
Next link
|
| Constructor and Description |
|---|
QueueSynchronized.Link() |
public Elt element
public QueueSynchronized.Link<Elt> next