Added in API level 24
  
  
  
  
  
   
  
  
  
  
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 | valueThe value field | 
| Public constructors | |
|---|---|
| 
      Output()
      Constructs an empty  | |
| 
      Output(T value)
      Constructs an  | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        String | 
      toString()
      Returns a string representation of the object. | 
| Inherited methods | |
|---|---|
Fields
Public constructors
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. | 
