| Class | Description |
|---|---|
| DblFilterUtils |
Convenience methods for filtering arrays of
double primitives, without having to spell out the entire
stream->filter->collect process. |
| DblPredicateUtils |
Methods that build predicates specifically those involving primitive
double types. |
| FilterUtils |
Convenience methods for filtering collections of objects, without having to spell out the entire
stream->filter->collect process.
|
| IntFilterUtils |
Convenience methods for filtering arrays of
int primitives, without having to spell out the entire
stream->filter->collect process. |
| IntPredicateUtils |
Methods that build predicates specifically those involving primitive
int types. |
| LongFilterUtils |
Convenience methods for filtering arrays of
long primitives, without having to spell out the entire
stream->filter->collect process. |
| LongPredicateUtils |
Methods that build predicates specifically those involving primitive
long types. |
| PredicateUtils |
Methods that build predicates, especially useful in filtering streams.
|