Interface Associated<T>

    • Method Detail

      • getAssociatedKey

        T getAssociatedKey()
        Determine the host key (or base) object to which this 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.

        Returns:
        the host key that for this object, or null if this object has no association