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

Java/sun/text/IntHashtable_static.fz


# Fuzion interface to static members of Java class 'sun.text.IntHashtable'
#
# !!!!!!  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.sun.text.IntHashtable_static is

  # call Java constructor 'public sun.text.IntHashtable(int)':
  #
  public new_I(arg0 i32) Java.sun.text.IntHashtable =>
    fuzion.java.call_constructor (Java.sun.text.IntHashtable) "sun.text.IntHashtable" "(I)V" [(fuzion.java.i32_to_java_object Java.sun.text.IntHashtable_static.new_I.this.arg0)]

  # call Java constructor 'public sun.text.IntHashtable()':
  #
  public new Java.sun.text.IntHashtable =>
    fuzion.java.call_constructor (Java.sun.text.IntHashtable) "sun.text.IntHashtable" "()V" []

  # short-hand to call Java constructor 'public sun.text.IntHashtable(int)':
  #
  public new(arg0 i32) (Java.sun.text.IntHashtable) =>
    new_I Java.sun.text.IntHashtable_static.new.this.arg0