@Deprecated
public class OutputInt
extends java.lang.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 |
---|---|---|
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.