public class DoubleFilter extends PrimitiveIterator.OfDouble
| Constructor and Description |
|---|
DoubleFilter(PrimitiveIterator.OfDouble iterator,
DoublePredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
double |
nextDouble() |
next, removepublic DoubleFilter(@NotNull
PrimitiveIterator.OfDouble iterator,
@NotNull
DoublePredicate predicate)
public boolean hasNext()
public double nextDouble()
nextDouble in class PrimitiveIterator.OfDouble