public class QueueDisassembler extends Object implements Iterator
QueueDisassembler(PriorityQueue queue)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueueDisassembler(PriorityQueue queue)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
Copyright © 2014. All rights reserved.