Package eu.bandm.tools.util.multi


package eu.bandm.tools.util.multi
Collection types which maintain multiplicities of references.
  • Class
    Description
    Abstract base class for multimap implementations.
    Common superclass for sorted and unsorted domains.
    An Implementation where both directions of look-up are realized by hashing.
    Implementation for domains with no default order, where TreeMultiset is not applicable.
    Generic implementation using maps of sets in both directions.
    A finite set of pairs.
    Utility class of constants and combinators for Multimap.
    Structure similar to a set, but every element can be contained more than once.
    Utility class of constants and combinators for Multiset.
    Multimap for both sides of which sorting orders / comparators are defined.
    A multiset with a defined order on the elements.
    Implementation using ordering.
    A wrapper to protect the contents of an instance of a multimap.
    A wrapper to protect the contents of an instance of a multiset.