一键导入
hashset
Kotlin class: java.util.HashSet.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Kotlin class: java.util.HashSet.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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 | HashSet |
| description | Kotlin class: java.util.HashSet. |
Kotlin class. Create instances with new HashSet(...) or HashSet(...).
Full class: java.util.HashSet
serialVersionUID: long (static)map: HashMapPRESENT: Object (static)HashSet(arg0: int)HashSet(arg0: int, arg1: float)HashSet(arg0: Collection)HashSet()remove(arg0: Object): booleansize(): intclone(): Objectclear(): voidisEmpty(): booleanadd(arg0: Object): booleantoArray(arg0: Object[]): Object[]toArray(): Object[]iterator(): Iteratorcontains(arg0: Object): booleanspliterator(): SpliteratornewHashSet(arg0: int): HashSet