Interface ObjectSettable<T>

    • Method Detail

      • set

        void set​(T obj)
        Sets the container to the given object value.

        The value is stored by reference. Therefore, the caller must guarantee that the provided object will not be modified subsequent to this call. Failure to comply may result in unexpected behavior.

        Parameters:
        obj - object value to which to set the container