Class CipPath.LockedIterator
- java.lang.Object
-
- com.automation_pros.odva.cip.path.CipPath.LockedIterator
-
- All Implemented Interfaces:
java.util.Iterator<PathSegment>
- Enclosing class:
- CipPath
protected class CipPath.LockedIterator extends java.lang.Object implements java.util.Iterator<PathSegment>
-
-
Constructor Summary
Constructors Constructor Description LockedIterator(java.util.Iterator<PathSegment> inner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forEachRemaining(java.util.function.Consumer<? super PathSegment> action)
boolean
hasNext()
PathSegment
next()
void
remove()
-
-
-
Constructor Detail
-
LockedIterator
public LockedIterator(java.util.Iterator<PathSegment> inner)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<PathSegment>
-
next
public PathSegment next()
- Specified by:
next
in interfacejava.util.Iterator<PathSegment>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<PathSegment>
-
forEachRemaining
public void forEachRemaining(java.util.function.Consumer<? super PathSegment> action)
- Specified by:
forEachRemaining
in interfacejava.util.Iterator<PathSegment>
-
-