Home » openjdk-7 » java » text » [javadoc | source]
java.text
class: DontCareFieldPosition [javadoc | source]
java.lang.Object
   java.text.FieldPosition
      java.text.DontCareFieldPosition
DontCareFieldPosition defines no-op FieldDelegate. Its singleton is used for the format methods that don't take a FieldPosition.
Field Summary
static final  FieldPosition INSTANCE     
Fields inherited from java.text.FieldPosition:
field,  endIndex,  beginIndex
Method from java.text.DontCareFieldPosition Summary:
getFieldDelegate
Methods from java.text.FieldPosition:
equals,   getBeginIndex,   getEndIndex,   getField,   getFieldAttribute,   getFieldDelegate,   hashCode,   setBeginIndex,   setEndIndex,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.text.DontCareFieldPosition Detail:
 FieldDelegate getFieldDelegate()