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