|
|
java > java.text > java.text.fieldposition >
Class: java.text.FieldPosition java.lang.Object java.text.FieldPosition
public class FieldPosition extends Object
FIELDS:
CONSTRUCTORS:
| | | public | FieldPosition(int field) |
| | public | FieldPosition(Format.Field attribute) |
| | public | FieldPosition(Format.Field attribute, int fieldID) |
| |
|
|
|
METHODS:
| | | | public | boolean | equals(Object obj) Overrides: Object |
| | public | int | getBeginIndex() |
| | public | int | getEndIndex() |
| | public | int | getField() |
| | public | Format.Field | getFieldAttribute() |
| | public | int | hashCode() Overrides: Object |
| | public | void | setBeginIndex(int bi) |
| | public | void | setEndIndex(int ei) |
| | public | String | toString() Overrides: Object |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|