public class DoubleMapToLong extends PrimitiveIterator.OfLong
| Constructor and Description |
|---|
DoubleMapToLong(PrimitiveIterator.OfDouble iterator,
DoubleToLongFunction mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
long |
nextLong() |
next, removepublic DoubleMapToLong(@NotNull
PrimitiveIterator.OfDouble iterator,
@NotNull
DoubleToLongFunction mapper)
public boolean hasNext()
public long nextLong()
nextLong in class PrimitiveIterator.OfLong