public class ParsePosition extends Object
Constructor and Description |
---|
ParsePosition(int index) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Default object equality (is identity).
|
int |
getErrorIndex() |
int |
getIndex() |
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
void |
setErrorIndex(int index) |
void |
setIndex(int index) |
String |
toString()
Default String representation: overriden by many classes.
|
public int getIndex()
public void setIndex(int index)
public int getErrorIndex()
public void setErrorIndex(int index)
public boolean equals(Object o)
Object
public int hashCode()
Object