cz.cuni.amis.utils.heap
Class HeapImmutableIterator<NODE>

Package class diagram package HeapImmutableIterator
java.lang.Object
  extended by cz.cuni.amis.utils.heap.HeapImmutableIterator<NODE>
All Implemented Interfaces:
Iterator<NODE>

public class HeapImmutableIterator<NODE>
extends Object
implements Iterator<NODE>


Constructor Summary
HeapImmutableIterator(Iterator<NODE> iter)
           
 
Method Summary
 boolean hasNext()
           
 NODE next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapImmutableIterator

public HeapImmutableIterator(Iterator<NODE> iter)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<NODE>

next

public NODE next()
Specified by:
next in interface Iterator<NODE>

remove

public void remove()
Specified by:
remove in interface Iterator<NODE>


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.