com.servingxml.components.flatfile.scanner.characters
Class RecordEventBufferQueue

java.lang.Object
  extended by com.servingxml.components.flatfile.scanner.characters.RecordEventBufferQueue

public class RecordEventBufferQueue
extends java.lang.Object


Constructor Summary
RecordEventBufferQueue()
           
 
Method Summary
 RecordEventBuffer dequeue()
           
 void enqueue(RecordEventBuffer buf)
           
 RecordEventBuffer head()
           
 boolean isEmpty()
           
 RecordEventBuffer pop()
           
 int size()
           
 RecordEventBuffer tail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordEventBufferQueue

public RecordEventBufferQueue()
Method Detail

enqueue

public final void enqueue(RecordEventBuffer buf)

dequeue

public final RecordEventBuffer dequeue()

pop

public final RecordEventBuffer pop()

head

public RecordEventBuffer head()

tail

public RecordEventBuffer tail()

size

public int size()

isEmpty

public boolean isEmpty()