@Deprecated public class OutputInt extends Object
Output<Integer>
but without auto-boxing.Modifier and Type | Field and Description |
---|---|
int |
value
Deprecated.
This API is ICU internal only.
|
Constructor and Description |
---|
OutputInt()
Deprecated.
This API is ICU internal only.
|
OutputInt(int value)
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
This API is ICU internal only.
|
@Deprecated public int value
@Deprecated public OutputInt()
OutputInt
with value 0.@Deprecated public OutputInt(int value)
OutputInt
with the given value.value
- the initial value@Deprecated public String toString()
Copyright © 2016 Unicode, Inc. and others.