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