| Interface | Description |
|---|---|
| Aggregator<R,T> | |
| Criteria<T> | |
| Handler<R,T> |
| Class | Description |
|---|---|
| CollectionUtils | |
| ListAggregator<R,T> |
an implementation of aggregator that produces a list of elements based on the aggregated collection.
|
| MapAggregator<T,R> |
this aggregator maps the elements of the aggregated collection to the result of a function application
on those elements.
|
| MapEntryImpl<K,V> | |
| MapValueCriteria<K,T> |
used when you want to apply criteria logic on a map according to it's key values.
|
| MaxAggregator<C extends Comparable,T> |
aggregator calculating the max element of a collection after a transformation has been applied
to make the element comparable.
|
| StringUtils |
encompasses common string related tasks
|
| UniquenessUtils |
Utility class for things relating to uniqueness
|
| Enum | Description |
|---|---|
| CharacterRange |
enum with several common character ranges.
|
| Exception | Description |
|---|---|
| NotImplementedException |
exception that should be thrown when a certain interface method is left unimplemented.
|
Copyright © 2004-2016. All Rights Reserved.