| 程序包 | 说明 |
|---|---|
| com.fr.stable.collections.array | |
| com.fr.stable.collections.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Iterable<T> |
Array.select(Predicate<T> predicate)
Returns an iterable for the selected items in the array.
|
| 限定符和类型 | 字段和说明 |
|---|---|
Predicate<T> |
Predicate.PredicateIterator.predicate |
Predicate<T> |
Predicate.PredicateIterable.predicate |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Predicate.PredicateIterator.set(java.lang.Iterable<T> iterable,
Predicate<T> predicate) |
void |
Predicate.PredicateIterable.set(java.lang.Iterable<T> iterable,
Predicate<T> predicate) |
void |
Predicate.PredicateIterator.set(java.util.Iterator<T> iterator,
Predicate<T> predicate) |
| 构造器和说明 |
|---|
Predicate.PredicateIterable(java.lang.Iterable<T> iterable,
Predicate<T> predicate) |
Predicate.PredicateIterator(java.lang.Iterable<T> iterable,
Predicate<T> predicate) |
Predicate.PredicateIterator(java.util.Iterator<T> iterator,
Predicate<T> predicate) |