Uses of Interface
eu.bandm.tools.ops.HeteroMap.Key
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of HeteroMap.Key in eu.bandm.tools.ops
Modifier and TypeMethodDescription<V> V
HeteroMap.get
(HeteroMap.Key<V> key) Returns the value to which the specified key is mapped, ornull
if this map contains no mapping for the key.<V> HeteroMap
HeteroMap.with
(HeteroMap.Key<V> key, V value) Returns a map that has the same mappings as this map, with one exception.