package java.text; public class FieldPosition { public FieldPosition(int field) { throw new RuntimeException("Stub!"); } public FieldPosition(java.text.Format.Field attribute) { throw new RuntimeException("Stub!"); } public FieldPosition(java.text.Format.Field attribute, int field) { throw new RuntimeException("Stub!"); } public boolean equals(java.lang.Object object) { throw new RuntimeException("Stub!"); } public int getBeginIndex() { throw new RuntimeException("Stub!"); } public int getEndIndex() { throw new RuntimeException("Stub!"); } public int getField() { throw new RuntimeException("Stub!"); } public java.text.Format.Field getFieldAttribute() { throw new RuntimeException("Stub!"); } public int hashCode() { throw new RuntimeException("Stub!"); } public void setBeginIndex(int index) { throw new RuntimeException("Stub!"); } public void setEndIndex(int index) { throw new RuntimeException("Stub!"); } public java.lang.String toString() { throw new RuntimeException("Stub!"); } }