| Interface | Description | 
|---|---|
| AlikenessComparator<T> | |
| Dict<K,V> | 
 Interface representing a dictionary. 
 | 
| ElementProvider<E> | |
| Filter<T> | 
 Interface to be implemented by filters on specific types. 
 | 
| Filter.TypedFilter<T> | 
Typed filter. | 
| Listable<T> | 
 An iterable on store elements that enables to transform the
 iterable into a list. 
 | 
| Class | Description | 
|---|---|
| Filter.AndFilter<T> | |
| Filter.CombinedFilter<T> | |
| Filter.EqualFilter<T> | |
| Filter.ImpliesFilter<T> | |
| Filter.NotFilter<T> | |
| Filter.OrFilter<T> | |
| Filter.Util | 
 Usage example
 
 import static de.espirit.common.util.Filter.Util.and;
 import static de.espirit.common.util.Filter.Util.doFilter;
 import static de.espirit.common.util.Filter.Util.not;
 import static de.espirit.common.util.Filter.Util.or;
 ... 
 | 
| Pair<K,V> | 
 Container for a pair of objects, usually a key and a value. 
 | 
| Enum | Description | 
|---|---|
| WeekDay | 
 Days of a week:  
WeekDay.SUNDAY, WeekDay.MONDAY, WeekDay.TUESDAY, WeekDay.WEDNESDAY, WeekDay.THURSDAY,
 WeekDay.FRIDAY, and WeekDay.SATURDAY. | 
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500