com.ibm.icu.util
Class Output<T>

java.lang.Object
  extended by 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 Summary
 T value
          The value field
 
Constructor Summary
Output()
          Constructs an empty Output
Output(T value)
          Constructs an Output withe the given value.
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 withe the given value.

Parameters:
value - the initial value
Status:
Stable ICU 4.8.
Method Detail

toString

public String toString()

Overrides:
toString in class Object
Status:
Stable ICU 4.8.


Copyright (c) 2012 IBM Corporation and others.