Module java.xml.ws
Package javax.xml.ws

Class Holder<T>

    • Field Detail

      • value

        public T value
        The value contained in the holder.
    • Constructor Detail

      • Holder

        public Holder​()
        Creates a new holder with a null value.
      • Holder

        public Holder​(T value)
        Create a new holder with the specified value.
        Parameters:
        value - The value to be stored in the holder.