org.globus.cog.karajan.util
Interface Queue.Cursor

Enclosing class:
Queue

public static interface Queue.Cursor


Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 void reset()
           
 

Method Detail

hasNext

boolean hasNext()

remove

void remove()

next

Object next()

reset

void reset()