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