| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TraceEventQueue
The Queue Interface for Trace Events.
| Method Summary | |
|---|---|
|  TraceEvent | dequeue()Removes a trace event from the head of the Queue. | 
|  void | enqueue(TraceEvent event)Inserts a new trace event at the tail of the Queue. | 
|  TraceEvent | getFirst()Returns a reference to the head of the Queue. | 
|  TraceEvent | getLast()Returns a reference to the tail of the Queue. | 
|  boolean | isEmpty()Returns True if the Queue is empty. | 
|  long | size()Returns the size of the Queue. | 
| Method Detail | 
|---|
TraceEvent dequeue()
void enqueue(TraceEvent event)
boolean isEmpty()
long size()
TraceEvent getFirst()
TraceEvent getLast()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||