Interface | Description |
---|---|
AlikenessComparator<T> |
Comparator providing means for alikeness.
|
Dict<K,V> |
Interface representing a dictionary.
|
ElementProvider<E> |
A generic type for providing a list of elements within defined limiting parameters.
|
Filter<T> |
Interface to be implemented by filters on specific types.
|
Filter.TypedFilter<T> |
Extension to a filter definition that provides the element in question as type safe object, if the filter accepted it.
|
IdentifierList<K,E> |
List interface providing at least the
key (identifier) for a specific index,
also the related entry E could be null |
Listable<T> |
An iterable on store elements that enables to transform the
iterable into a list.
|
Class | Description |
---|---|
CsvReader |
Utility class to parse CSV files.
|
CsvReader.CsvToken |
Class representing a single token
|
CsvWriter |
Utility class to write CSV files.
|
Filter.AndFilter<T> |
A simple combinatorial filter that requires all inner filters to accept an element to be fulfilled.
|
Filter.CombinedFilter<T> |
Abstract definition for combinatorial filters.
|
Filter.EqualFilter<T> |
Simple equality filter implementation.
|
Filter.ImpliesFilter<T> |
A filter implementation accepting elements based on a logical consequence concept, i.e., it accepts an element, if the implication accepting the element is a consequence of the condition accepting it.
|
Filter.NotFilter<T> |
A simple filter negating the single inner one.
|
Filter.OrFilter<T> |
A simple combinatorial filter that requires one of the inner filters to accept an element to be fulfilled.
|
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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210