com.browseengine.bobo.util
Interface IntBoundedPriorityQueue.IntIterator

All Superinterfaces:
Iterator<Integer>
Enclosing class:
IntBoundedPriorityQueue

public static interface IntBoundedPriorityQueue.IntIterator
extends Iterator<Integer>


Method Summary
 int nextInt()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextInt

int nextInt()


Copyright © 2011. All Rights Reserved.