Class 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 Detail

      • LockedIterator

        public LockedIterator​(java.util.Iterator<PathSegment> inner)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<PathSegment>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<PathSegment>
      • forEachRemaining

        public void forEachRemaining​(java.util.function.Consumer<? super PathSegment> action)
        Specified by:
        forEachRemaining in interface java.util.Iterator<PathSegment>