Method Summary |
|
public boolean | equals(Object object) Compares the specified object to this ParsePosition and answer if they
are equal. |
public int | getErrorIndex() Answers the index at which the parse could not continue. |
public int | getIndex() Answers the current parse position. |
public int | hashCode() Answers an integer hash code for the receiver. |
public void | setErrorIndex(int index) Sets the index at which the parse could not continue. |
public void | setIndex(int index) Sets the current parse position. |
public String | toString() Answers the string representation of this FieldPosition. |