Interface Associator

    • Method Detail

      • getAssociatedKey

        Object getAssociatedKey​(Object o)
        Determine the host key (or base) object to which the specified object is associated.

        Note: It's expected that the returned object is suitable to be used as an immutable identity (e.g. a key in a Map).
        Note 2: Circular associations are not permitted.

        Parameters:
        o - the object to obtain an association for
        Returns:
        the host key that for this object, or null if this object has no association