Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/text/ChoiceFormat_static.fz


# Fuzion interface to static members of Java class 'java.text.ChoiceFormat'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.text.ChoiceFormat_static is

  # call Java static method 'public static final double java.text.ChoiceFormat.nextDouble(double)':
  #
  public nextDouble_D(arg0 f64) f64 =>
    fuzion.java.call_static (f64) "java.text.ChoiceFormat" "nextDouble" "(D)D" [(fuzion.java.f64_to_java_object Java.java.text.ChoiceFormat_static.nextDouble_D.this.arg0)]

  # call Java static method 'public static double java.text.ChoiceFormat.nextDouble(double,boolean)':
  #
  public nextDouble_DZ(arg0 f64, arg1 bool) f64 =>
    fuzion.java.call_static (f64) "java.text.ChoiceFormat" "nextDouble" "(DZ)D" [(fuzion.java.f64_to_java_object Java.java.text.ChoiceFormat_static.nextDouble_DZ.this.arg0); (fuzion.java.bool_to_java_object Java.java.text.ChoiceFormat_static.nextDouble_DZ.this.arg1)]

  # call Java static method 'public static final double java.text.ChoiceFormat.previousDouble(double)':
  #
  public previousDouble_D(arg0 f64) f64 =>
    fuzion.java.call_static (f64) "java.text.ChoiceFormat" "previousDouble" "(D)D" [(fuzion.java.f64_to_java_object Java.java.text.ChoiceFormat_static.previousDouble_D.this.arg0)]

  # short-hand to call Java method 'public static final double java.text.ChoiceFormat.nextDouble(double)':
  #
  public nextDouble(arg0 f64) (f64) =>
    nextDouble_D Java.java.text.ChoiceFormat_static.nextDouble.this.arg0

  # short-hand to call Java method 'public static double java.text.ChoiceFormat.nextDouble(double,boolean)':
  #
  public nextDouble(arg0 f64, arg1 bool) (f64) =>
    nextDouble_DZ Java.java.text.ChoiceFormat_static.nextDouble.this.arg0 Java.java.text.ChoiceFormat_static.nextDouble.this.arg1

  # short-hand to call Java method 'public static final double java.text.ChoiceFormat.previousDouble(double)':
  #
  public previousDouble(arg0 f64) (f64) =>
    previousDouble_D Java.java.text.ChoiceFormat_static.previousDouble.this.arg0

  # call Java constructor 'public java.text.ChoiceFormat(java.lang.String)':
  #
  public new_Ljava_7_lang_7_String_s_(arg0 String) Java.java.text.ChoiceFormat =>
    fuzion.java.call_constructor (Java.java.text.ChoiceFormat) "java.text.ChoiceFormat" "(Ljava/lang/String;)V" [(fuzion.java.string_to_java_object Java.java.text.ChoiceFormat_static.new_Ljava_7_lang_7_String_s_.this.arg0)]

  # call Java constructor 'public java.text.ChoiceFormat(double[],java.lang.String[])':
  #
  public new__u00005b_D_u00005b_Ljava_7_lang_7_String_s_(arg0 Sequence (f64), arg1 Sequence (Java.java.lang.__jString)) Java.java.text.ChoiceFormat =>
    fuzion.java.call_constructor (Java.java.text.ChoiceFormat) "java.text.ChoiceFormat" "([D[Ljava/lang/String;)V" [(fuzion.java.array_to_java_object (f64) Java.java.text.ChoiceFormat_static.new__u00005b_D_u00005b_Ljava_7_lang_7_String_s_.this.arg0); (fuzion.java.array_to_java_object (Java.java.lang.__jString) Java.java.text.ChoiceFormat_static.new__u00005b_D_u00005b_Ljava_7_lang_7_String_s_.this.arg1)]

  # short-hand to call Java constructor 'public java.text.ChoiceFormat(java.lang.String)':
  #
  public new(arg0 String) (Java.java.text.ChoiceFormat) =>
    new_Ljava_7_lang_7_String_s_ Java.java.text.ChoiceFormat_static.new.this.arg0

  # short-hand to call Java constructor 'public java.text.ChoiceFormat(double[],java.lang.String[])':
  #
  public new(arg0 Sequence (f64), arg1 Sequence (Java.java.lang.__jString)) (Java.java.text.ChoiceFormat) =>
    new__u00005b_D_u00005b_Ljava_7_lang_7_String_s_ Java.java.text.ChoiceFormat_static.new.this.arg0 Java.java.text.ChoiceFormat_static.new.this.arg1