Uses of Class
eu.bandm.tools.ops.MapMultimap
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of MapMultimap in eu.bandm.tools.ops
Modifier and TypeClassDescriptionclass
HashMultimap<A,
B> An Implementation where both directions of look-up are realized by hashing. -
Uses of MapMultimap in eu.bandm.tools.umod.runtime
Modifier and TypeClassDescriptionclass
CheckedMultimap_D<D,
R> Implements a multi map which is strict in its domain, i.e.class
CheckedMultimap_R<D,
R> Implements a multi map which is strict in its range, i.e.class
CheckedMultimap_RD<D,
R> Implements a multi map which is strict in its domain and its range, i.e.