Class LinkedMap.LinkedMapIterator<E>

    • Field Detail

      • mExpectedModCount

        int mExpectedModCount
        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

      • LinkedMapIterator

        private LinkedMapIterator()
    • Method Detail

      • hasNext

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

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