Skip to content

entries

Litichevskiy Dmitriy edited this page Jan 12, 2019 · 2 revisions

hashSet.entries() : Iterable<[any, any]>

Method returns a new Iterator contains an array of [value, value] for each element of the set.

Kind: instance method of HashSet
Returns: Iterable<[any, any]> - A new Iterator contains an array of [value, value] for each element of the set.