Class FieldDictComponents

All Implemented Interfaces:
JepComponent, Serializable

public class FieldDictComponents extends DictionaryComponents
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. *

See DictionaryComponents for the main documentation. Three components EntriesIterable, KeysIterable and ValuesIterable, are not included by default, as they are intended to be used by the com.singularsys.extensions.stream package. These can be added manually or by editing the properties file.

Since:
Jep 4.1 extensions 2.2
See Also: