Java java.text FieldPosition fields, constructors, methods, implement or subclass

Example usage for Java java.text FieldPosition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.text FieldPosition.

The text is from its open source code.

Constructor

FieldPosition(int field)
Creates a FieldPosition object for the given field.
FieldPosition(Format.Field attribute)
Creates a FieldPosition object for the given field constant.

Method

intgetBeginIndex()
Retrieves the index of the first character in the requested field.
intgetEndIndex()
Retrieves the index of the character following the last character in the requested field.
intgetField()
Retrieves the field identifier.
voidsetBeginIndex(int bi)
Sets the begin index.
voidsetEndIndex(int ei)
Sets the end index.