Interface IChildrenProviderWithID<KEYTYPE,​CHILDTYPE>

    • Method Detail

      • getChildWithID

        @Nullable
        CHILDTYPE getChildWithID​(CHILDTYPE aCurrent,
                                 KEYTYPE aID)
        Retrieve the objects with the passed ID or null if no such object.
        Parameters:
        aCurrent - The object to determine the children of. No null or non- null constraint possible.
        aID - the ID of the object in question. No null or non- null constraint possible.
        Returns:
        the object with the passed ID or null