Field INTEGER_FIELD
Field type: int
Member of:
java.text.NumberFormat
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
new FieldPosition(DecimalFormat.INTEGER_FIELD);
2
FieldPosition pos = new FieldPosition(NumberFormat.INTEGER_FIELD);
3
new FieldPosition(NumberFormat.INTEGER_FIELD)).
4
new FieldPosition( NumberFormat.INTEGER_FIELD );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.