Class StreamDictComponents

All Implemented Interfaces:
JepComponent, Serializable

public class StreamDictComponents extends DictionaryComponents
Provides a set of components for using dictionaries compatible with the com.singularsys.extensions.stream package. Most functions are as in DictionaryComponents apart from entries(dict), keys(dict) and values(dict) which return streams rather than lists.

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: