| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
MessagePattern.Part |
MessagePattern.getPart(int i)
Gets the i-th pattern "part".
|
| Modifier and Type | Method and Description |
|---|---|
double |
MessagePattern.getNumericValue(MessagePattern.Part part)
Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.
|
String |
MessagePattern.getSubstring(MessagePattern.Part part)
Returns the substring of the pattern string indicated by the Part.
|
boolean |
MessagePattern.partSubstringMatches(MessagePattern.Part part,
String s)
Compares the part's substring with the input string s.
|
Copyright © 2016 Unicode, Inc. and others.