Package org.apache.commons.collections
Class FastArrayList.SubList.SubListIter
java.lang.Object
org.apache.commons.collections.FastArrayList.SubList.SubListIter
- All Implemented Interfaces:
Iterator,ListIterator
- Enclosing class:
FastArrayList.SubList
-
Field Details
-
expected
-
iter
-
lastReturnedIndex
private int lastReturnedIndex
-
-
Constructor Details
-
SubListIter
public SubListIter(int i)
-
-
Method Details
-
checkMod
private void checkMod() -
get
List get() -
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator- Specified by:
hasNextin interfaceListIterator
-
next
- Specified by:
nextin interfaceIterator- Specified by:
nextin interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator
-
previous
- Specified by:
previousin interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator
-
remove
public void remove()- Specified by:
removein interfaceIterator- Specified by:
removein interfaceListIterator
-
set
- Specified by:
setin interfaceListIterator
-
add
- Specified by:
addin interfaceListIterator
-