T - Element typestatic class QueuePriority.Element<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) T |
element
Element itself
|
(package private) int |
priority
Priority link to the element
|
| Constructor and Description |
|---|
QueuePriority.Element(int priority,
T element)
Constructs Element
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
String representation
|