Uses of Class
cloud.opencode.base.collections.primitive.ObjectIntMap
Packages that use ObjectIntMap
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Uses of ObjectIntMap in cloud.opencode.base.collections.primitive
Methods in cloud.opencode.base.collections.primitive that return ObjectIntMapModifier and TypeMethodDescriptionstatic <K> ObjectIntMap<K> ObjectIntMap.create()Create an empty ObjectIntMap.static <K> ObjectIntMap<K> ObjectIntMap.create(int initialCapacity) Create an ObjectIntMap with initial capacity.