Constructor and Description |
---|
FilterIter(Iterator<? extends E> iterator,
Filter<? super E> filter)
构造
|
Modifier and Type | Method and Description |
---|---|
Filter<? super E> |
getFilter()
获取过滤函数
|
Iterator<? extends E> |
getIterator()
获取被包装的
Iterator |
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2025. All rights reserved.