All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.text.ParsePosition Maven / Gradle / Ivy

The newest version!
package java.text;

public class ParsePosition {
    public ParsePosition(int index) {}

    public boolean equals(Object obj) {
        return false;
    }

    public int getErrorIndex() {
        return 0;
    }

    public int getIndex() {
        return 0;
    }

    public int hashCode() {
        return 0;
    }

    public void setErrorIndex(int ei) {}

    public void setIndex(int index) {}

    public String toString() {
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy