Class TFieldPosition

java.lang.Object
org.teavm.classlib.java.text.TFieldPosition

public class TFieldPosition extends Object
  • Constructor Details

    • TFieldPosition

      public TFieldPosition(int field)
    • TFieldPosition

      public TFieldPosition(TFormat.Field attribute)
    • TFieldPosition

      public TFieldPosition(TFormat.Field attribute, int field)
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getBeginIndex

      public int getBeginIndex()
    • getEndIndex

      public int getEndIndex()
    • getField

      public int getField()
    • getFieldAttribute

      public TFormat.Field getFieldAttribute()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • setBeginIndex

      public void setBeginIndex(int index)
    • setEndIndex

      public void setEndIndex(int index)
    • toString

      public String toString()
      Overrides:
      toString in class Object