@Deprecated
public class UFieldPosition
extends java.text.FieldPosition
| Constructor and Description |
|---|
UFieldPosition()
Deprecated.
This API is ICU internal only.
|
UFieldPosition(java.text.Format.Field attribute)
Deprecated.
This API is ICU internal only.
|
UFieldPosition(java.text.Format.Field attribute,
int fieldID)
Deprecated.
This API is ICU internal only.
|
UFieldPosition(int field)
Deprecated.
This API is ICU internal only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCountVisibleFractionDigits()
Deprecated.
This API is ICU internal only.
|
long |
getFractionDigits()
Deprecated.
This API is ICU internal only.
|
void |
setFractionDigits(int countVisibleFractionDigits,
long fractionDigits)
Deprecated.
This API is ICU internal only.
|
@Deprecated public UFieldPosition()
@Deprecated public UFieldPosition(int field)
@Deprecated
public UFieldPosition(java.text.Format.Field attribute,
int fieldID)
@Deprecated public UFieldPosition(java.text.Format.Field attribute)
@Deprecated
public void setFractionDigits(int countVisibleFractionDigits,
long fractionDigits)
@Deprecated public int getCountVisibleFractionDigits()
@Deprecated public long getFractionDigits()
Copyright © 2016 Unicode, Inc. and others.