Package com.singularsys.extensions.field.dictionary


package com.singularsys.extensions.field.dictionary
Provides a set of components for using dictionaries compatible with the com.singularsys.extensions.field package. The FieldI.eq(Object, Object) method is used to compare keys. The treeSet() is setup to use FieldComparator for ordering elements. *

To set up use:

FieldI field = new StandardField();
var mdc = new FieldDictComponents(
     DictionaryComponents.Type.MAP_MISSING_VALUES,
     field);
var fot = new FieldOperatorTable(field);
jep = new Jep(new StandardConfigurableParser(), fot, mdc);
Since:
Jep 4.1 extensions 2.2
See Also: