Package eu.bandm.tools.util.multi


package eu.bandm.tools.util.multi
Collection types which maintain multiplicities of references.
  • Class
    Description
    Top level of the generic implementations of Multimap.
    Implementation which allows only one domain element per range elment, equivalent to a simple map.
    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.
    Library of constants and combinators for classes implementing Multimap.
    Structure similar to a set, but every element can be contained more than once.
    Library of constants and combinators for classes implementing Multiset.
    Multimap for both sides of which sorting orders / comparators are defined.
     
    Implementation for sorted domains, where TreeMultiset not applicable.
    A wrapper to protect the contents of an instance of Multimap.
    Protects the contents of a multi set.