Package org.teavm.classlib.java.text
Class TFieldPosition
java.lang.Object
org.teavm.classlib.java.text.TFieldPosition
-
Constructor Summary
ConstructorsConstructorDescriptionTFieldPosition
(int field) TFieldPosition
(TFormat.Field attribute) TFieldPosition
(TFormat.Field attribute, int field) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
getField()
int
hashCode()
void
setBeginIndex
(int index) void
setEndIndex
(int index) toString()
-
Constructor Details
-
TFieldPosition
public TFieldPosition(int field) -
TFieldPosition
-
TFieldPosition
-
-
Method Details
-
equals
-
getBeginIndex
public int getBeginIndex() -
getEndIndex
public int getEndIndex() -
getField
public int getField() -
getFieldAttribute
-
hashCode
public int hashCode() -
setBeginIndex
public void setBeginIndex(int index) -
setEndIndex
public void setEndIndex(int index) -
toString
-