C# Class java.text.ChoiceFormat

Inheritance: java.text.NumberFormat
ファイルを表示 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
ChoiceFormat ( double arg0, java arg1 )
ChoiceFormat ( java arg0 )
applyPattern ( java arg0 ) : void
clone ( ) : global::java.lang.Object
equals ( java arg0 ) : bool
format ( double arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
format ( long arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
getFormats ( ) : global::java.lang.Object[]
getLimits ( ) : double[]
hashCode ( ) : int
nextDouble ( double arg0 ) : double
nextDouble ( double arg0, bool arg1 ) : double
parse ( java arg0, java arg1 ) : global::java.lang.Number
previousDouble ( double arg0 ) : double
setChoices ( double arg0, java arg1 ) : void
toPattern ( ) : global::java.lang.String

Protected Methods

Method Description
ChoiceFormat ( global @__env )

Private Methods

Method Description
ChoiceFormat ( )

Method Details

ChoiceFormat() public method

public ChoiceFormat ( double arg0, java arg1 )
arg0 double
arg1 java

ChoiceFormat() protected method

protected ChoiceFormat ( global @__env )
@__env global

ChoiceFormat() public method

public ChoiceFormat ( java arg0 )
arg0 java

applyPattern() public method

public applyPattern ( java arg0 ) : void
arg0 java
return void

clone() public method

public clone ( ) : global::java.lang.Object
return global::java.lang.Object

equals() public method

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

format() public method

public format ( double arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
arg0 double
arg1 java
arg2 java
return global::java.lang.StringBuffer

format() public method

public format ( long arg0, java arg1, java arg2 ) : global::java.lang.StringBuffer
arg0 long
arg1 java
arg2 java
return global::java.lang.StringBuffer

getFormats() public method

public getFormats ( ) : global::java.lang.Object[]
return global::java.lang.Object[]

getLimits() public method

public getLimits ( ) : double[]
return double[]

hashCode() public method

public hashCode ( ) : int
return int

nextDouble() public static method

public static nextDouble ( double arg0 ) : double
arg0 double
return double

nextDouble() public static method

public static nextDouble ( double arg0, bool arg1 ) : double
arg0 double
arg1 bool
return double

parse() public method

public parse ( java arg0, java arg1 ) : global::java.lang.Number
arg0 java
arg1 java
return global::java.lang.Number

previousDouble() public static method

public static previousDouble ( double arg0 ) : double
arg0 double
return double

setChoices() public method

public setChoices ( double arg0, java arg1 ) : void
arg0 double
arg1 java
return void

toPattern() public method

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