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- 
hasNextpublic boolean hasNext()
- 
next
- 
hasPreviouspublic boolean hasPrevious()- Specified by:
- hasPreviousin interface- ListIterator<E>
 
- 
previous- Specified by:
- previousin interface- ListIterator<E>
 
- 
nextIndexpublic int nextIndex()- Specified by:
- nextIndexin interface- ListIterator<E>
 
- 
previousIndexpublic int previousIndex()- Specified by:
- previousIndexin interface- ListIterator<E>
 
- 
removepublic void remove()
- 
set- Specified by:
- setin interface- ListIterator<E>
 
- 
add- Specified by:
- addin interface- ListIterator<E>
 
 
-