Package zombie.util
Interface IntIterator
- All Known Subinterfaces:
IntListIterator
public interface IntIterator
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext() -
next
int next() -
remove
void remove()
-
IntListIterator
public interface IntIterator