C# Class java.text.FieldPosition

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FieldPosition ( global @__env )

Private Methods

Méthode Description
FieldPosition ( )

Method Details

FieldPosition() protected méthode

protected FieldPosition ( global @__env )
@__env global

FieldPosition() public méthode

public FieldPosition ( int arg0 )
arg0 int

FieldPosition() public méthode

public FieldPosition ( java arg0 )
arg0 java

FieldPosition() public méthode

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

equals() public méthode

public equals ( java arg0 ) : bool
arg0 java
Résultat bool

getBeginIndex() public méthode

public getBeginIndex ( ) : int
Résultat int

getEndIndex() public méthode

public getEndIndex ( ) : int
Résultat int

getField() public méthode

public getField ( ) : int
Résultat int

getFieldAttribute() public méthode

public getFieldAttribute ( ) : global::java.text.Format.Field
Résultat global::java.text.Format.Field

hashCode() public méthode

public hashCode ( ) : int
Résultat int

setBeginIndex() public méthode

public setBeginIndex ( int arg0 ) : void
arg0 int
Résultat void

setEndIndex() public méthode

public setEndIndex ( int arg0 ) : void
arg0 int
Résultat void

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String