public class HeapImmutableIterator<NODE> extends Object implements Iterator<NODE>
HeapImmutableIterator(Iterator<NODE> iter)
boolean
hasNext()
NODE
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HeapImmutableIterator(Iterator<NODE> iter)
public boolean hasNext()
hasNext
Iterator<NODE>
public NODE next()
next
public void remove()
remove
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.