Class Output<T>

  • Type Parameters:
    T - The type of the parameter.

    public class Output<T>
    extends Object
    Simple struct-like class for output parameters.
    Status:
    Stable ICU 4.8.
    • Field Detail

      • value

        public T value
        The value field
        Status:
        Stable ICU 4.8.
    • Constructor Detail

      • Output

        public Output()
        Constructs an empty Output
        Status:
        Stable ICU 4.8.
      • Output

        public Output​(T value)
        Constructs an Output with the given value.
        Parameters:
        value - the initial value
        Status:
        Stable ICU 4.8.
    • Method Detail