Class MapComparisonContext
java.lang.Object
me.datafox.dfxengine.values.api.comparison.ComparisonContext
me.datafox.dfxengine.values.api.comparison.MapComparisonContext
Context used when doing
Comparisons
on ValueMaps
. In addition to the options in
ComparisonContext
, treatNonExistingAs()
determines a Numeral
value that is used as the
default input Numeral when a Handle
key is requested that is not present in the map. A null
value
represents that these Handles should be ignored instead. It is set to null
by default.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.datafox.dfxengine.values.api.comparison.ComparisonContext
useModifiedValue
-
Constructor Details
-
MapComparisonContext
public MapComparisonContext()
-
-
Method Details