Class DontCareFieldPosition
java.lang.Object
java.text.FieldPosition
org.graalvm.shadowed.com.ibm.icu.impl.DontCareFieldPosition
DontCareFieldPosition is a subclass of FieldPosition that indicates that the
caller is not interested in the start and end position of any field.
DontCareFieldPosition is a singleton, and its instance is immutable.
A format method use fpos == DontCareFieldPosition.INSTANCE
to tell whether or not it needs to calculate a field position.
-
Field Summary
Fields -
Method Summary
Methods inherited from class FieldPosition
equals, getBeginIndex, getEndIndex, getField, getFieldAttribute, hashCode, toString
-
Field Details
-
INSTANCE
-
-
Method Details
-
setBeginIndex
public void setBeginIndex(int i) - Overrides:
setBeginIndexin classFieldPosition
-
setEndIndex
public void setEndIndex(int i) - Overrides:
setEndIndexin classFieldPosition
-