| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
static <T> FilterableIterator<T> |
of(Iterable<T> iterable) |
static <T> FilterableIterator<T> |
of(Iterator<T> iterator) |
static <T> FilterableIterator<T> |
of(Predicate<T> predicate,
Iterable<T> iterable) |
static <T> FilterableIterator<T> |
of(Predicate<T> predicate,
Iterator<T> iterator) |
static <T> FilterableIterator<T> |
of(Predicate<T> predicate,
T... array) |
static <T> FilterableIterator<T> |
of(T... array) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemaining, removepublic static <T> FilterableIterator<T> of(Iterator<T> iterator)
public static <T> FilterableIterator<T> of(Predicate<T> predicate, Iterator<T> iterator)
public static <T> FilterableIterator<T> of(Iterable<T> iterable)
public static <T> FilterableIterator<T> of(Predicate<T> predicate, Iterable<T> iterable)
@SafeVarargs public static <T> FilterableIterator<T> of(T... array)
@SafeVarargs public static <T> FilterableIterator<T> of(Predicate<T> predicate, T... array)
Copyright © 2023. All rights reserved.