Modifier | Constructor and Description |
---|---|
protected |
Filter(Iterator<? extends T> core) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
protected abstract boolean |
matches(T value)
Return true to retain the value.
|
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2017 Oracle. All rights reserved.