Package de.espirit.common.util


package de.espirit.common.util
  • Class
    Description
    Comparator providing means for alikeness.
    Utility class to parse CSV files.
    Usage:
    Class representing a single token
    Utility class to write CSV files.
    Dict<K,V>
    Interface representing a dictionary.
    A generic type for providing a list of elements within defined limiting parameters.
    Factory<T,C>
    A factory creating instances of type T based on a given configuration.
    Unchecked exception to be used by Factorys on creation problems.
    Interface to be implemented by filters on specific types.
    A simple combinatorial filter that requires all inner filters to accept an element to be fulfilled.
    Abstract definition for combinatorial filters.
    Simple equality filter implementation.
    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.
    A simple filter negating the single inner one.
    A simple combinatorial filter that requires one of the inner filters to accept an element to be fulfilled.
    Extension to a filter definition that provides the element in question as type safe object, if the filter accepted it.
    Usage example
    Abstract HashCode container to ease maintaining a hashCode for complex classes having mutable values being part of the hashCode.
    List interface providing at least the key (identifier) for a specific index, also the related entry IdentifierList could be null
    An iterable on store elements that enables to transform the iterable into a list.
    A Set retaining the iteration order
    Pair<K,V>
    Container for a pair of objects, usually a key and a value.
    Enum providing values to determine the order to be used for sorting.