public class TraceItemQueue extends Object
Internal use only.
.| Constructor and Description |
|---|
TraceItemQueue() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertNotNull(String fieldName,
Object fieldValue)
Verify that the specified value is not null.
|
TraceItem |
pop()
Return the next item on the queue or null if the queue is empty
|
void |
push(TraceItem item) |
int |
size() |
String |
toString() |
public void push(TraceItem item)
item - The item to push.public TraceItem pop()
public int size()
public String toString()
protected final void assertNotNull(String fieldName, Object fieldValue) throws DetailedNullPointerException
fieldName - The name of the field to checkfieldValue - The value of the field to checkDetailedNullPointerException - If fieldValue is nullCopyright © 1998–2025 Gargoyle Software Inc.. All rights reserved.