Output

public class Output
extends Object

java.lang.Object
   ↳ android.icu.util.Output<T>


Simple struct-like class for output parameters.

Summary

Fields

public T value

The value field

Public constructors

Output()

Constructs an empty Output

Output(T value)

Constructs an Output with the given value.

Public methods

String toString()

Returns a string representation of the object.

Inherited methods

Fields

value

Added in API level 24
public T value

The value field

Public constructors

Output

Added in API level 24
public Output ()

Constructs an empty Output

Output

Added in API level 24
public Output (T value)

Constructs an Output with the given value.

Parameters
value T: the initial value

Public methods

toString

Added in API level 24
public String toString ()

Returns a string representation of the object.

Returns
String a string representation of the object.