Module org.mozilla.rhino
Class NativeTypedArrayIterator<T>
java.lang.Object
org.mozilla.javascript.typedarrays.NativeTypedArrayIterator<T>
- All Implemented Interfaces:
Iterator<T>,ListIterator<T>
-
Method Details
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<T>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<T>
-
next
-
previous
- Specified by:
previousin interfaceListIterator<T>
-
set
- Specified by:
setin interfaceListIterator<T>
-
remove
public void remove() -
add
- Specified by:
addin interfaceListIterator<T>
-