Package zombie.util.list
Interface IntListIterator
- All Superinterfaces:
IntIterator
public interface IntListIterator extends IntIterator
-
Method Summary
Modifier and Type Method Description void
add(int int1)
boolean
hasPrevious()
int
nextIndex()
int
previous()
int
previousIndex()
void
set(int int1)
Methods inherited from interface zombie.util.IntIterator
hasNext, next, remove
-
Method Details
-
add
void add(int int1) -
hasPrevious
boolean hasPrevious() -
nextIndex
int nextIndex() -
previous
int previous() -
previousIndex
int previousIndex() -
set
void set(int int1)
-