Class IteratorOfLongs

  • All Implemented Interfaces:
    Iterator<Long>

    public final class IteratorOfLongs
    extends Object
    implements Iterator<Long>
    Iterator that returns the longs as Longs.

    There is no thread-safety guarantee.

    Since:
    0.34
    • Constructor Detail

      • IteratorOfLongs

        public IteratorOfLongs​(long... itms)
        Ctor.
        Parameters:
        itms - Items to iterate