Home > @i2analyze/notebook-sdk > data > IKeyedReadOnlyCollection > entries
data.IKeyedReadOnlyCollection.entries() method
Retrieves an iterator over all the objects in the collection.
Signature:
entries(): Iterable<[K, V]>;
Returns:
Iterable<[K, V]>
An iterable collection in which the keys are of type K
and the values are of type V
.
Introduced: version 1.3