Package ch.cern.dirq
Class QueueNull.QueueNullIterator
java.lang.Object
ch.cern.dirq.QueueNull.QueueNullIterator
- Enclosing class:
QueueNull
Iterator for the null directory queue (private).
-
Constructor Details
-
QueueNullIterator
private QueueNullIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()Returns true if the iteration has more elements. -
next
Returns the next element in the iteration. -
remove
public void remove()Removes from the underlying collection the last element returned by this iterator.
-