Uses of Class
eu.bandm.tools.ops.AbstractMultimap
Packages that use AbstractMultimap
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of AbstractMultimap in eu.bandm.tools.ops
Subclasses of AbstractMultimap in eu.bandm.tools.opsModifier and TypeClassDescriptionclassHashMultimap<A,B> An Implementation where both directions of look-up are realized by hashing.classMapMultimap<A,B> Generic implementation using maps of sets in both directions.