Interface Holder<V>

    • Method Detail

      • set

        void set​(V value)
        Specify the held object.
        Parameters:
        value - the object to hold
      • get

        V get()
        Return the held object.
        Returns:
        the held object