package java.text; public class ParsePosition { public ParsePosition(int index) { throw new RuntimeException("Stub!"); } public boolean equals(java.lang.Object object) { throw new RuntimeException("Stub!"); } public int getErrorIndex() { throw new RuntimeException("Stub!"); } public int getIndex() { throw new RuntimeException("Stub!"); } public int hashCode() { throw new RuntimeException("Stub!"); } public void setErrorIndex(int index) { throw new RuntimeException("Stub!"); } public void setIndex(int index) { throw new RuntimeException("Stub!"); } public java.lang.String toString() { throw new RuntimeException("Stub!"); } }