Class MessageFormat.AttributeAndPosition
java.lang.Object
com.ibm.icu.text.MessageFormat.AttributeAndPosition
- Enclosing class:
MessageFormat
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeAndPosition(Object fieldValue, int startIndex, int limitIndex) Defaults the field to Field.ARGUMENT.AttributeAndPosition(AttributedCharacterIterator.Attribute field, Object fieldValue, int startIndex, int limitIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(AttributedCharacterIterator.Attribute field, Object fieldValue, int startIndex, int limitIndex)
-
Field Details
-
key
-
value
-
start
private int start -
limit
private int limit
-
-
Constructor Details
-
AttributeAndPosition
Defaults the field to Field.ARGUMENT. -
AttributeAndPosition
public AttributeAndPosition(AttributedCharacterIterator.Attribute field, Object fieldValue, int startIndex, int limitIndex)
-
-
Method Details
-
init
public void init(AttributedCharacterIterator.Attribute field, Object fieldValue, int startIndex, int limitIndex)
-