with one click
hashmap
Kotlin class: java.util.HashMap.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Kotlin class: java.util.HashMap.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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): ObjectKotlin 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.