Class LongHashSet.LongIterator

    • Constructor Detail

      • LongIterator

        public LongIterator()
    • Method Detail

      • remaining

        public int remaining()
      • nextValue

        public long nextValue()
        Strongly typed alternative of Iterator.next() to avoid boxing.
        Returns:
        the next int value.