public class IntListIteratorChain
extends java.lang.Object
implements org.apache.commons.collections.primitives.IntListIterator
IntListIterator
s 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.IntIterator
hasNext
in interface org.apache.commons.collections.primitives.IntListIterator
public boolean hasPrevious()
hasPrevious
in interface org.apache.commons.collections.primitives.IntListIterator
public int next()
next
in interface org.apache.commons.collections.primitives.IntIterator
next
in interface org.apache.commons.collections.primitives.IntListIterator
public int previous()
previous
in interface org.apache.commons.collections.primitives.IntListIterator
public void add(int elt)
add
in interface org.apache.commons.collections.primitives.IntListIterator
public int nextIndex()
nextIndex
in interface org.apache.commons.collections.primitives.IntListIterator
public int previousIndex()
previousIndex
in interface org.apache.commons.collections.primitives.IntListIterator
public void remove()
remove
in interface org.apache.commons.collections.primitives.IntIterator
remove
in interface org.apache.commons.collections.primitives.IntListIterator
public void set(int elt)
set
in interface org.apache.commons.collections.primitives.IntListIterator