com.ibm.wala.util.intset
Interface IntIterator

All Known Implementing Classes:
CompoundIntIterator, EmptyIntIterator

public interface IntIterator

a more efficient iterator for sets of integers


Method Summary
 boolean hasNext()
           
 int next()
           
 

Method Detail

hasNext

boolean hasNext()
Returns:
true iff this iterator has a next element

next

int next()
Returns:
next integer in the iteration