|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Collection-based functors, algorithms and utilities.
See:
Description
| Class Summary | |
|---|---|
| FilteredIterable<T> | Adds a fluent filtering API to any Iterable. |
| FilteredIterator<T> | Iterator that filters another Iterator by only passing through those elements that are matched by a specified UnaryPredicate. |
| IsElementOf<L,R> | A BinaryPredicate that checks to see if the
specified object is an element of the specified
Collection. |
| IsEmpty<A> | |
| Size<A> | Returns the size of the specified Collection, or the length of the specified array or String. |
| TransformedIterator<E,T> | Iterator that transforms another Iterator by applying a UnaryFunction to each returned element. |
Collection-based functors, algorithms and utilities.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||