edu.emory.mathcs.util.collections.ints
Interface IntListIterator
- All Superinterfaces:
- IntIterator
- public interface IntListIterator
- extends IntIterator
Iterator over a list of int numbers.
- Version:
- 1.0
- Author:
- Dawid Kurzyniec
- See Also:
ListIterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface IntIterator
next
public int next()
- Specified by:
next
in interface IntIterator
hasPrevious
public boolean hasPrevious()
previous
public int previous()
nextIndex
public int nextIndex()
previousIndex
public int previousIndex()
remove
public void remove()
- Specified by:
remove
in interface IntIterator
set
public void set(int e)
add
public void add(int e)