|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
AlikenessComparator<T> | |
Dict<K,V> | Interface representing a dictionary. |
ElementProvider<E> | |
Filter<T> | Interface to be implemented by filters on specific types. |
Listable<T> | An iterable on store elements that enables to transform the iterable into a list. |
Class Summary | |
---|---|
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 Summary | |
---|---|
WeekDay | Days of a week: WeekDay.SUNDAY , WeekDay.MONDAY , WeekDay.TUESDAY , WeekDay.WEDNESDAY , WeekDay.THURSDAY ,
WeekDay.FRIDAY , and WeekDay.SATURDAY . |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |