Uses of Class
cloud.opencode.base.collections.primitive.LongLongMap
Packages that use LongLongMap
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Uses of LongLongMap in cloud.opencode.base.collections.primitive
Methods in cloud.opencode.base.collections.primitive that return LongLongMapModifier and TypeMethodDescriptionstatic LongLongMapLongLongMap.create()Create an empty LongLongMap.static LongLongMapLongLongMap.create(int initialCapacity) Create a LongLongMap with initial capacity.static LongLongMapLongLongMap.of(long... kvPairs) Create a LongLongMap from key-value pairs.