summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/src/java/text/FieldPosition.java
blob: 297131fb7831b470f80f12c804fcd481313637dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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!"); }
}