public interface LongIterator
Modifier and Type | Method and Description |
---|---|
static LongIterator |
fromArray(long[] longs) |
static LongIterator |
fromRange(long startInclusive,
long endExclusive) |
boolean |
hasNext() |
long |
next() |
boolean hasNext()
long next()
static LongIterator fromRange(long startInclusive, long endExclusive)
static LongIterator fromArray(long[] longs)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.