FileDocCategorySizeDatePackage
DontCareFieldPosition.javaAPI DocJava SE 5 API977Fri Aug 26 14:57:20 BST 2005java.text

DontCareFieldPosition

public class DontCareFieldPosition extends FieldPosition
DontCareFieldPosition defines no-op FieldDelegate. Its singleton is used for the format methods that don't take a FieldPosition.

Fields Summary
static final FieldPosition
INSTANCE
private final Format$FieldDelegate
noDelegate
Constructors Summary
private DontCareFieldPosition()


      
	super(0);
    
Methods Summary
java.text.Format$FieldDelegategetFieldDelegate()

	return noDelegate;