Package com.jme3.util
Class SafeArrayList.ArrayIterator<E>
java.lang.Object
com.jme3.util.SafeArrayList.ArrayIterator<E>
- All Implemented Interfaces:
Iterator<E>
,ListIterator<E>
- Enclosing class:
- SafeArrayList<E>
-
Constructor Details
-
ArrayIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<E>
-
previous
- Specified by:
previous
in interfaceListIterator<E>
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<E>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<E>
-
remove
public void remove() -
set
- Specified by:
set
in interfaceListIterator<E>
-
add
- Specified by:
add
in interfaceListIterator<E>
-