public class IntIteratorIntListIterator
extends java.lang.Object
implements org.apache.commons.collections.primitives.IntListIterator
| Constructor and Description |
|---|
IntIteratorIntListIterator(org.apache.commons.collections.primitives.IntIterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int value) |
boolean |
hasNext() |
boolean |
hasPrevious() |
int |
next() |
int |
nextIndex() |
int |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(int value) |
public IntIteratorIntListIterator(org.apache.commons.collections.primitives.IntIterator iterator)
public void add(int value)
add in interface org.apache.commons.collections.primitives.IntListIteratorpublic boolean hasNext()
hasNext in interface org.apache.commons.collections.primitives.IntIteratorhasNext in interface org.apache.commons.collections.primitives.IntListIteratorpublic boolean hasPrevious()
hasPrevious in interface org.apache.commons.collections.primitives.IntListIteratorpublic int next()
next in interface org.apache.commons.collections.primitives.IntIteratornext in interface org.apache.commons.collections.primitives.IntListIteratorpublic int nextIndex()
nextIndex in interface org.apache.commons.collections.primitives.IntListIteratorpublic int previous()
previous in interface org.apache.commons.collections.primitives.IntListIteratorpublic int previousIndex()
previousIndex in interface org.apache.commons.collections.primitives.IntListIteratorpublic void remove()
remove in interface org.apache.commons.collections.primitives.IntIteratorremove in interface org.apache.commons.collections.primitives.IntListIteratorpublic void set(int value)
set in interface org.apache.commons.collections.primitives.IntListIterator