Package org.apache.batik.ext.awt.geom
Class RectListManager.RLMIterator
java.lang.Object
org.apache.batik.ext.awt.geom.RectListManager.RLMIterator
- All Implemented Interfaces:
Iterator
,ListIterator
- Enclosing class:
- RectListManager
-
Field Details
-
idx
int idx -
removeOk
boolean removeOk -
forward
boolean forward
-
-
Constructor Details
-
RLMIterator
RLMIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator
- Specified by:
hasNext
in interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator
-
next
- Specified by:
next
in interfaceIterator
- Specified by:
next
in interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator
-
previous
- Specified by:
previous
in interfaceListIterator
-
remove
public void remove()- Specified by:
remove
in interfaceIterator
- Specified by:
remove
in interfaceListIterator
-
set
- Specified by:
set
in interfaceListIterator
-
add
- Specified by:
add
in interfaceListIterator
-