Class CosArray.CosArrayListIterator
java.lang.Object
com.adobe.internal.pdftoolkit.core.cos.CosArray.CosArrayListIterator
- All Implemented Interfaces:
Iterator<CosObject>,ListIterator<CosObject>
- Enclosing class:
CosArray
-
Method Details
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<CosObject>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<CosObject>
-
remove
public void remove() -
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<CosObject>
-
next
-
previous
- Specified by:
previousin interfaceListIterator<CosObject>
-
add
- Specified by:
addin interfaceListIterator<CosObject>
-
set
- Specified by:
setin interfaceListIterator<CosObject>
-