Uses of Class
cloud.opencode.base.collections.primitive.DoubleSet
Packages that use DoubleSet
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Uses of DoubleSet in cloud.opencode.base.collections.primitive
Methods in cloud.opencode.base.collections.primitive that return DoubleSetModifier and TypeMethodDescriptionstatic DoubleSetDoubleSet.create()Create an empty DoubleSet.static DoubleSetDoubleSet.create(int initialCapacity) Create a DoubleSet with initial capacity.static DoubleSetDoubleSet.from(double[] array) Create a DoubleSet from a double array.static DoubleSetDoubleSet.from(Collection<Double> collection) Create a DoubleSet from a Collection of Double.static DoubleSetDoubleSet.of(double... values) Create a DoubleSet from values.Methods in cloud.opencode.base.collections.primitive with parameters of type DoubleSet