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

      • LockedListIterator

        public LockedListIterator​(java.util.ListIterator<PathSegment> inner)
    • Method Detail

      • hasNext

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

        public PathSegment next()
        Specified by:
        next in interface java.util.Iterator<PathSegment>
        Specified by:
        next in interface java.util.ListIterator<PathSegment>
      • hasPrevious

        public boolean hasPrevious()
        Specified by:
        hasPrevious in interface java.util.ListIterator<PathSegment>
      • previous

        public PathSegment previous()
        Specified by:
        previous in interface java.util.ListIterator<PathSegment>
      • nextIndex

        public int nextIndex()
        Specified by:
        nextIndex in interface java.util.ListIterator<PathSegment>
      • previousIndex

        public int previousIndex()
        Specified by:
        previousIndex in interface java.util.ListIterator<PathSegment>
      • remove

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

        public void set​(PathSegment pathSegment)
        Specified by:
        set in interface java.util.ListIterator<PathSegment>
      • add

        public void add​(PathSegment pathSegment)
        Specified by:
        add in interface java.util.ListIterator<PathSegment>