Class CollectionUtil.ArrayIterator<E>
java.lang.Object
com.twelvemonkeys.util.CollectionUtil.ArrayIterator<E>
- All Implemented Interfaces:
Iterator<E>, ListIterator<E>
- Enclosing class:
CollectionUtil
- Version:
- $Id: com/twelvemonkeys/util/CollectionUtil.java#3 $
-
Field Details
-
next
private int next -
start
private final int start -
length
private final int length -
array
-
-
Constructor Details
-
ArrayIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-
add
- Specified by:
addin interfaceListIterator<E>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<E>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<E>
-
previous
- Specified by:
previousin interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<E>
-
set
- Specified by:
setin interfaceListIterator<E>
-