Uses of Class
com.ibm.icu.text.MessagePattern.Part
-
Packages that use MessagePattern.Part Package Description com.ibm.icu.text -
-
Uses of MessagePattern.Part in com.ibm.icu.text
Fields in com.ibm.icu.text with type parameters of type MessagePattern.Part Modifier and Type Field Description private java.util.ArrayList<MessagePattern.Part>
MessagePattern. parts
Methods in com.ibm.icu.text that return MessagePattern.Part Modifier and Type Method Description MessagePattern.Part
MessagePattern. getPart(int i)
Gets the i-th pattern "part".Methods in com.ibm.icu.text with parameters of type MessagePattern.Part Modifier and Type Method Description double
MessagePattern. getNumericValue(MessagePattern.Part part)
Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.java.lang.String
MessagePattern. getSubstring(MessagePattern.Part part)
Returns the substring of the pattern string indicated by the Part.boolean
MessagePattern. partSubstringMatches(MessagePattern.Part part, java.lang.String s)
Compares the part's substring with the input string s.
-