mit einem Klick
hashmap
Kotlin class: java.util.HashMap.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Kotlin class: java.util.HashMap.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Kotlin class: org.example.vicky.agent.ChatCompletionRunner.
Kotlin class: org.example.vicky.agent.CompletionResult.
Kotlin object singleton: org.example.vicky.agent.InlineToolCallParser. Auto-injected into script scope.
Kotlin object singleton: org.example.vicky.agent.OpenAiToolSchemaBuilder. Auto-injected into script scope.
Kotlin class: org.example.vicky.io.OutboundMessage$TokenUsage.
Kotlin object singleton: kotlin.reflect.jvm.internal.impl.renderer.DescriptorRenderer$ValueParametersHandler$DEFAULT. Auto-injected into script scope.
| name | HashMap |
| description | Kotlin class: java.util.HashMap. |
Kotlin class. Create instances with new HashMap(...) or HashMap(...).
Full class: java.util.HashMap
serialVersionUID: long (static)DEFAULT_INITIAL_CAPACITY: int (static)MAXIMUM_CAPACITY: int (static)DEFAULT_LOAD_FACTOR: float (static)TREEIFY_THRESHOLD: int (static)UNTREEIFY_THRESHOLD: int (static)MIN_TREEIFY_CAPACITY: int (static)table: Node[]entrySet: Setsize: intmodCount: intthreshold: intloadFactor: floatHashMap(arg0: int)HashMap(arg0: int, arg1: float)HashMap()HashMap(arg0: Map)remove(arg0: Object): Objectremove(arg0: Object, arg1: Object): booleansize(): intget(arg0: Object): Objectput(arg0: Object, arg1: Object): Objectvalues(): Collectionclone(): Objectclear(): voidisEmpty(): booleanreplace(arg0: Object, arg1: Object): Objectreplace(arg0: Object, arg1: Object, arg2: Object): booleanreplaceAll(arg0: BiFunction): voidmerge(arg0: Object, arg1: Object, arg2: BiFunction): ObjectnewHashMap(arg0: int): HashMapentrySet(): SetputAll(arg0: Map): voidputIfAbsent(arg0: Object, arg1: Object): Objectcompute(arg0: Object, arg1: BiFunction): ObjectforEach(arg0: BiConsumer): voidcontainsKey(arg0: Object): booleancomputeIfAbsent(arg0: Object, arg1: Function): ObjectkeySet(): SetcontainsValue(arg0: Object): booleangetOrDefault(arg0: Object, arg1: Object): ObjectcomputeIfPresent(arg0: Object, arg1: BiFunction): Object