imx.lib.data
Interface IntIterator


public interface IntIterator

This interface defines an Iterator which can return int.


Method Summary
 boolean hasNext()
           
 int next()
           
 

Method Detail

hasNext

boolean hasNext()

next

int next()