Package gw.util

Class CiHashMap.EntryIterator<E>

    • Field Detail

      • _lastReturned

        private CiHashMap.Entry<K extends java.lang.CharSequence,​V> _lastReturned
      • _nextBucket

        private int _nextBucket
      • _expectedModCount

        private int _expectedModCount
    • Constructor Detail

      • EntryIterator

        protected EntryIterator()
    • Method Detail

      • checkForConcurrentModification

        private void checkForConcurrentModification()
      • 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>
      • advanceIterator

        private void advanceIterator()