i2 Notebook SDK
Search results for

    Show/hide table of contents

    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

    In this article
    Back to top © N. Harris Computer Corporation