public class LongTakeWhile extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
LongTakeWhile(PrimitiveIterator.OfLong iterator,
LongPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removepublic LongTakeWhile(@NotNull
PrimitiveIterator.OfLong iterator,
@NotNull
LongPredicate predicate)
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLong