C# Class java.text.FieldPosition

Inheritance: java.lang.Object
显示文件 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
FieldPosition ( int arg0 )
FieldPosition ( java arg0 )
FieldPosition ( java arg0, int arg1 )
equals ( java arg0 ) : bool
getBeginIndex ( ) : int
getEndIndex ( ) : int
getField ( ) : int
getFieldAttribute ( ) : global::java.text.Format.Field
hashCode ( ) : int
setBeginIndex ( int arg0 ) : void
setEndIndex ( int arg0 ) : void
toString ( ) : global::java.lang.String

Protected Methods

Method Description
FieldPosition ( global @__env )

Private Methods

Method Description
FieldPosition ( )

Method Details

FieldPosition() protected method

protected FieldPosition ( global @__env )
@__env global

FieldPosition() public method

public FieldPosition ( int arg0 )
arg0 int

FieldPosition() public method

public FieldPosition ( java arg0 )
arg0 java

FieldPosition() public method

public FieldPosition ( java arg0, int arg1 )
arg0 java
arg1 int

equals() public method

public equals ( java arg0 ) : bool
arg0 java
return bool

getBeginIndex() public method

public getBeginIndex ( ) : int
return int

getEndIndex() public method

public getEndIndex ( ) : int
return int

getField() public method

public getField ( ) : int
return int

getFieldAttribute() public method

public getFieldAttribute ( ) : global::java.text.Format.Field
return global::java.text.Format.Field

hashCode() public method

public hashCode ( ) : int
return int

setBeginIndex() public method

public setBeginIndex ( int arg0 ) : void
arg0 int
return void

setEndIndex() public method

public setEndIndex ( int arg0 ) : void
arg0 int
return void

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String