Class LinkedMap.LinkedMapIterator<E>

java.lang.Object
com.twelvemonkeys.util.LinkedMap.LinkedMapIterator<E>
All Implemented Interfaces:
Iterator<E>
Direct Known Subclasses:
LinkedMap.EntryIterator, LinkedMap.KeyIterator, LinkedMap.ValueIterator
Enclosing class:
LinkedMap<K,V>

private abstract class LinkedMap.LinkedMapIterator<E> extends Object implements Iterator<E>
  • Field Details

    • mNextEntry

    • mLastReturned

      LinkedMap.LinkedEntry<K,V> mLastReturned
    • 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 Details

    • LinkedMapIterator

      private LinkedMapIterator()
  • Method Details