Collection
-based functors, algorithms and utilities.See: Description
Class | Description |
---|---|
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 Predicate.
|
IsElementOf<L,R> |
A
BinaryPredicate that checks to see if the
specified object is an element of the specified
Collection. |
IsEmpty<A> |
A
Predicate that checks to see if the specified object is empty. |
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 Function to each returned element.
|
Collection
-based functors, algorithms and utilities.
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.