@Deprecated public class UFieldPosition extends FieldPosition
Constructor and Description |
---|
UFieldPosition()
Deprecated.
This API is ICU internal only.
|
UFieldPosition(Format.Field attribute)
Deprecated.
This API is ICU internal only.
|
UFieldPosition(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.
|
equals, getBeginIndex, getEndIndex, getField, getFieldAttribute, hashCode, setBeginIndex, setEndIndex, toString
@Deprecated public UFieldPosition()
@Deprecated public UFieldPosition(int field)
@Deprecated public UFieldPosition(Format.Field attribute, int fieldID)
@Deprecated public UFieldPosition(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.