Class ConcurrentIntObjectHashMap.ValueIterator

    • Constructor Detail

      • ValueIterator

        private ValueIterator()
    • Method Detail

      • nextElement

        public V nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration<V>
      • next

        public V next()
        Specified by:
        next in interface java.util.Iterator<V>