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