T
- Type of itempublic final class Select<T> extends Object implements Iterable<T>
Constructor and Description |
---|
Select(Iterable<T> itb,
Condition<T> cond)
To produce an iterable collection, determined by condition, combining a
and b, with order of the elements in a first.
|
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
Copyright © 2015–2018 Take. All rights reserved.