Class Output<T>

java.lang.Object
com.ibm.icu.util.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 Details

    • value

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

    • 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 Details