Uses of Class
com.ibm.icu.impl.number.LongNameHandler.PlaceholderPosition
-
Packages that use LongNameHandler.PlaceholderPosition Package Description com.ibm.icu.impl.number -
-
Uses of LongNameHandler.PlaceholderPosition in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as LongNameHandler.PlaceholderPosition Modifier and Type Field Description (package private) LongNameHandler.PlaceholderPosition
LongNameHandler.ExtractCorePatternResult. placeholderPosition
Methods in com.ibm.icu.impl.number that return LongNameHandler.PlaceholderPosition Modifier and Type Method Description static LongNameHandler.PlaceholderPosition
LongNameHandler.PlaceholderPosition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LongNameHandler.PlaceholderPosition[]
LongNameHandler.PlaceholderPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-