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