ParsePosition Members
Class Overview | This Package | All Packages
Constructors
Name | Description |
---|---|
ParsePosition(int) | Create a new ParsePosition with the given initial index. |
Methods
Name | Description |
---|---|
getIndex() | Retrieve the current parse position. |
setIndex(int) | Set the current parse position. |