private final class ObjectQueue.QueueItem
extends java.lang.Object
ObjectQueue class.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
m_object
The actual object this
ObjectQueue.QueueItem wraps. |
private ObjectQueue.QueueItem |
m_previous
A reference to the previous
ObjectQueue.QueueItem in the
ObjectQueue. |
| Constructor and Description |
|---|
QueueItem(java.lang.Object a_object) |
private java.lang.Object m_object
ObjectQueue.QueueItem wraps.private ObjectQueue.QueueItem m_previous
ObjectQueue.QueueItem in the
ObjectQueue.Copyright © 2023. All rights reserved.