public class IntFilter extends PrimitiveIterator.OfInt
| Constructor and Description |
|---|
IntFilter(PrimitiveIterator.OfInt iterator,
IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
nextInt() |
next, removepublic IntFilter(@NotNull
PrimitiveIterator.OfInt iterator,
@NotNull
IntPredicate predicate)
public boolean hasNext()
public int nextInt()
nextInt in class PrimitiveIterator.OfInt