Class NonBlockingHashMapLong.IteratorLong

    • Constructor Detail

      • IteratorLong

        public IteratorLong()
        A new IteratorLong
    • Method Detail

      • next

        public Long next()
        Auto-box and return the next key.
        Specified by:
        next in interface Iterator<Long>
      • nextLong

        public long nextLong()
        Return the next key as a primitive long.
      • hasNext

        public boolean hasNext()
        True if there are more keys to iterate over.
        Specified by:
        hasNext in interface Iterator<Long>
      • hasMoreElements

        public boolean hasMoreElements()
        True if there are more keys to iterate over.
        Specified by:
        hasMoreElements in interface Enumeration<Long>