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

Java/java/util/concurrent/ConcurrentHashMap_S_KeySetView.fz


# Fuzion interface to instance members of Java instance class 'java.util.concurrent.ConcurrentHashMap$KeySetView'
#
# !!!!!!  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.util.concurrent.ConcurrentHashMap_S_KeySetView(redef forbidden void) ref : Java.java.lang.Object(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.addAll(java.util.Collection)':
  #
  public addAll_Ljava_7_util_7_Collection_s_(arg0 Java.java.util.Collection) bool =>
    fuzion.java.call_virtual (bool) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "addAll" "(Ljava/util/Collection;)Z" ConcurrentHashMap_S_KeySetView.this [(Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.addAll_Ljava_7_util_7_Collection_s_.this.arg0)]

  # call Java instance method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.add(java.lang.Object)':
  #
  public add_Ljava_7_lang_7_Object_s_(arg0 Java.java.lang.Object) bool =>
    fuzion.java.call_virtual (bool) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "add" "(Ljava/lang/Object;)Z" ConcurrentHashMap_S_KeySetView.this [(Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.add_Ljava_7_lang_7_Object_s_.this.arg0)]

  # call Java instance method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.contains(java.lang.Object)':
  #
  public contains_Ljava_7_lang_7_Object_s_(arg0 Java.java.lang.Object) bool =>
    fuzion.java.call_virtual (bool) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "contains" "(Ljava/lang/Object;)Z" ConcurrentHashMap_S_KeySetView.this [(Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.contains_Ljava_7_lang_7_Object_s_.this.arg0)]

  # call Java instance method 'public void java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(java.util.function.Consumer)':
  #
  public forEach_Ljava_7_util_7_function_7_Consumer_s_(arg0 Java.java.util.function.Consumer) unit =>
    fuzion.java.call_virtual (unit) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "forEach" "(Ljava/util/function/Consumer;)V" ConcurrentHashMap_S_KeySetView.this [(Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.forEach_Ljava_7_util_7_function_7_Consumer_s_.this.arg0)]

  # call Java instance method 'public java.util.concurrent.ConcurrentHashMap java.util.concurrent.ConcurrentHashMap$KeySetView.getMap()':
  #
  public getMap Java.java.util.concurrent.ConcurrentHashMap =>
    fuzion.java.call_virtual (Java.java.util.concurrent.ConcurrentHashMap) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "getMap" "()Ljava/util/concurrent/ConcurrentHashMap;" ConcurrentHashMap_S_KeySetView.this []

  # call Java instance method 'public java.lang.Object java.util.concurrent.ConcurrentHashMap$KeySetView.getMappedValue()':
  #
  public getMappedValue Java.java.lang.Object =>
    fuzion.java.call_virtual (Java.java.lang.Object) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "getMappedValue" "()Ljava/lang/Object;" ConcurrentHashMap_S_KeySetView.this []

  # call Java instance method 'public java.util.Iterator java.util.concurrent.ConcurrentHashMap$KeySetView.iterator()':
  #
  public iterator Java.java.util.Iterator =>
    fuzion.java.call_virtual (Java.java.util.Iterator) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "iterator" "()Ljava/util/Iterator;" ConcurrentHashMap_S_KeySetView.this []

  # call Java instance method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.removeAll(java.util.Collection)':
  #
  public removeAll_Ljava_7_util_7_Collection_s_(arg0 Java.java.util.Collection) bool =>
    fuzion.java.call_virtual (bool) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "removeAll" "(Ljava/util/Collection;)Z" ConcurrentHashMap_S_KeySetView.this [(Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.removeAll_Ljava_7_util_7_Collection_s_.this.arg0)]

  # call Java instance method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.remove(java.lang.Object)':
  #
  public remove_Ljava_7_lang_7_Object_s_(arg0 Java.java.lang.Object) bool =>
    fuzion.java.call_virtual (bool) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "remove" "(Ljava/lang/Object;)Z" ConcurrentHashMap_S_KeySetView.this [(Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.remove_Ljava_7_lang_7_Object_s_.this.arg0)]

  # call Java instance method 'public java.util.Spliterator java.util.concurrent.ConcurrentHashMap$KeySetView.spliterator()':
  #
  public spliterator Java.java.util.Spliterator =>
    fuzion.java.call_virtual (Java.java.util.Spliterator) "java.util.concurrent.ConcurrentHashMap\$KeySetView" "spliterator" "()Ljava/util/Spliterator;" ConcurrentHashMap_S_KeySetView.this []

  # short-hand to call Java method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.add(java.lang.Object)':
  #
  public add(arg0 Java.java.lang.Object) (bool) =>
    add_Ljava_7_lang_7_Object_s_ Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.add.this.arg0

  # short-hand to call Java method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.addAll(java.util.Collection)':
  #
  public addAll(arg0 Java.java.util.Collection) (bool) =>
    addAll_Ljava_7_util_7_Collection_s_ Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.addAll.this.arg0

  # short-hand to call Java method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.contains(java.lang.Object)':
  #
  public contains(arg0 Java.java.lang.Object) (bool) =>
    contains_Ljava_7_lang_7_Object_s_ Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.contains.this.arg0

  # short-hand to call Java method 'public void java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(java.util.function.Consumer)':
  #
  public forEach(arg0 Java.java.util.function.Consumer) (unit) =>
    forEach_Ljava_7_util_7_function_7_Consumer_s_ Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.forEach.this.arg0

  # short-hand to call Java method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.remove(java.lang.Object)':
  #
  public remove(arg0 Java.java.lang.Object) (bool) =>
    remove_Ljava_7_lang_7_Object_s_ Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.remove.this.arg0

  # short-hand to call Java method 'public boolean java.util.concurrent.ConcurrentHashMap$KeySetView.removeAll(java.util.Collection)':
  #
  public removeAll(arg0 Java.java.util.Collection) (bool) =>
    removeAll_Ljava_7_util_7_Collection_s_ Java.java.util.concurrent.ConcurrentHashMap_S_KeySetView.removeAll.this.arg0