@Deprecated
public class OutputInt
extends java.lang.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 |
|---|---|
java.lang.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 valueCopyright © 2016 Unicode, Inc. and others.