C# Class java.text.ParsePosition

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
ParsePosition ( int arg0 )
equals ( java arg0 ) : bool
getErrorIndex ( ) : int
getIndex ( ) : int
hashCode ( ) : int
setErrorIndex ( int arg0 ) : void
setIndex ( int arg0 ) : void
toString ( ) : global::java.lang.String

Protected Methods

Method Description
ParsePosition ( global @__env )

Private Methods

Method Description
ParsePosition ( )

Method Details

ParsePosition() protected method

protected ParsePosition ( global @__env )
@__env global

ParsePosition() public method

public ParsePosition ( int arg0 )
arg0 int

equals() public method

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

getErrorIndex() public method

public getErrorIndex ( ) : int
return int

getIndex() public method

public getIndex ( ) : int
return int

hashCode() public method

public hashCode ( ) : int
return int

setErrorIndex() public method

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

setIndex() public method

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

toString() public method

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