public class IntListIteratorChain
extends java.lang.Object
implements org.apache.commons.collections.primitives.IntListIterator
IntListIterators into
a single IntListIterator.
| Constructor and Description |
|---|
IntListIteratorChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int elt) |
void |
addIterator(int value) |
void |
addIterator(org.apache.commons.collections.primitives.IntListIterator iter) |
boolean |
hasNext() |
boolean |
hasPrevious() |
int |
next() |
int |
nextIndex() |
int |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(int elt) |
public void addIterator(org.apache.commons.collections.primitives.IntListIterator iter)
public void addIterator(int value)
public 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 previous()
previous in interface org.apache.commons.collections.primitives.IntListIteratorpublic void add(int elt)
add in interface org.apache.commons.collections.primitives.IntListIteratorpublic int nextIndex()
nextIndex 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 elt)
set in interface org.apache.commons.collections.primitives.IntListIterator