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