proai.cache
Class QueueIterator

java.lang.Object
  extended by proai.cache.QueueIterator

public class QueueIterator
extends java.lang.Object


Constructor Summary
QueueIterator(java.io.File tempFile)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 QueueItem next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueIterator

public QueueIterator(java.io.File tempFile)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

hasNext

public boolean hasNext()

next

public QueueItem next()
               throws java.io.IOException
Throws:
java.io.IOException

close

public void close()