@Deprecated public class OutputInt extends Object
Output<Integer> but without auto-boxing.| Modifier and Type | Field | Description |
|---|---|---|
int |
value |
Deprecated.
This API is ICU internal only.
|
| Constructor | Description |
|---|---|
OutputInt() |
Deprecated.
This API is ICU internal only.
|
OutputInt(int value) |
Deprecated.
This API is ICU internal only.
|
| Modifier and Type | Method | 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.