Modifier | Constructor | Description |
---|---|---|
protected |
Filter(Iterator<? extends T> core) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
protected abstract boolean |
matches(T value) |
Return true to retain the value.
|
T |
next() |
|
void |
remove() |
forEachRemaining
Copyright © 2018 Oracle Corporation. All rights reserved.