inf.util
Class RandomAccessIntPriorityQueue.RAIntKeyTreeMapIterator<T>

java.lang.Object
  extended by inf.util.RandomAccessIntPriorityQueue.RAIntKeyTreeMapIterator<T>
All Implemented Interfaces:
java.util.Iterator<RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E>>
Enclosing class:
RandomAccessIntPriorityQueue<E>

 class RandomAccessIntPriorityQueue.RAIntKeyTreeMapIterator<T>
extends java.lang.Object
implements java.util.Iterator<RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E>>


Field Summary
(package private)  RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E> next
           
 
Constructor Summary
RandomAccessIntPriorityQueue.RAIntKeyTreeMapIterator()
           
 
Method Summary
 boolean hasNext()
           
 RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E> next
Constructor Detail

RandomAccessIntPriorityQueue.RAIntKeyTreeMapIterator

RandomAccessIntPriorityQueue.RAIntKeyTreeMapIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E>>

next

public RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E> next()
Specified by:
next in interface java.util.Iterator<RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E>>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<RandomAccessIntPriorityQueue.RAIntKeyTreeEntry<E>>