Class Output<T>
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.util.Output<T>
- Type Parameters:
T- The type of the parameter.
Simple struct-like class for output parameters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The value field
-
-
Constructor Details
-
Output
public Output()Constructs an emptyOutput -
Output
Constructs anOutputwith the given value.- Parameters:
value- the initial value
-
-
Method Details
-
toString
-