Class FastCopyHashMap.FastCopyHashMapIterator<E>

    • Field Detail

      • next

        private int next
      • expectedCount

        private int expectedCount
      • current

        private int current
      • hasNext

        private boolean hasNext
    • Constructor Detail

      • FastCopyHashMapIterator

        private FastCopyHashMapIterator()
    • 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>