Class CopyList.Itr

    • Field Detail

      • cursor

        private int cursor
        Index of element to be returned by subsequent call to next.
      • lastRet

        private int lastRet
        Index of element returned by most recent call to next or previous. Reset to -1 if this element is deleted by a call to remove.
      • expectedModCount

        private int expectedModCount
        The modCount value that the iterator believes that the backing List should have. If this expectation is violated, the iterator has detected concurrent modification.
    • Constructor Detail

      • Itr

        private Itr()