Class CipPath.LockedListIterator
- java.lang.Object
-
- com.automation_pros.odva.cip.path.CipPath.LockedListIterator
-
- All Implemented Interfaces:
java.util.Iterator<PathSegment>,java.util.ListIterator<PathSegment>
- Enclosing class:
- CipPath
protected class CipPath.LockedListIterator extends java.lang.Object implements java.util.ListIterator<PathSegment>
-
-
Constructor Summary
Constructors Constructor Description LockedListIterator(java.util.ListIterator<PathSegment> inner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(PathSegment pathSegment)booleanhasNext()booleanhasPrevious()PathSegmentnext()intnextIndex()PathSegmentprevious()intpreviousIndex()voidremove()voidset(PathSegment pathSegment)
-
-
-
Constructor Detail
-
LockedListIterator
public LockedListIterator(java.util.ListIterator<PathSegment> inner)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<PathSegment>- Specified by:
hasNextin interfacejava.util.ListIterator<PathSegment>
-
next
public PathSegment next()
- Specified by:
nextin interfacejava.util.Iterator<PathSegment>- Specified by:
nextin interfacejava.util.ListIterator<PathSegment>
-
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPreviousin interfacejava.util.ListIterator<PathSegment>
-
previous
public PathSegment previous()
- Specified by:
previousin interfacejava.util.ListIterator<PathSegment>
-
nextIndex
public int nextIndex()
- Specified by:
nextIndexin interfacejava.util.ListIterator<PathSegment>
-
previousIndex
public int previousIndex()
- Specified by:
previousIndexin interfacejava.util.ListIterator<PathSegment>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<PathSegment>- Specified by:
removein interfacejava.util.ListIterator<PathSegment>
-
set
public void set(PathSegment pathSegment)
- Specified by:
setin interfacejava.util.ListIterator<PathSegment>
-
add
public void add(PathSegment pathSegment)
- Specified by:
addin interfacejava.util.ListIterator<PathSegment>
-
-