Uses of Package
cloud.opencode.base.collections.primitive
Packages that use cloud.opencode.base.collections.primitive
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Classes in cloud.opencode.base.collections.primitive used by cloud.opencode.base.collections.primitiveClassDescriptionDoubleList - Primitive double List DoubleList - 原始 double 列表DoubleSet - Primitive double Set Implementation DoubleSet - 原始 double 集合实现FloatList - Primitive float List FloatList - 原始 float 列表Functional interface for float consumer. float 消费者函数式接口。IntIntMap - Primitive int-to-int Map Implementation IntIntMap - 原始 int 到 int 映射实现Functional interface for int-int consumer. int-int 消费者函数式接口。IntList - Primitive int List IntList - 原始 int 列表IntObjectMap - Primitive int Key to Object Value Map IntObjectMap - 原始 int 键到对象值映射Functional interface for int-object consumer. int-object 消费者函数式接口。IntSet - Primitive int Set Implementation IntSet - 原始 int 集合实现Functional interface for int consumer. int 消费者函数式接口。LongList - Primitive long List LongList - 原始 long 列表LongLongMap - Primitive long-to-long Map Implementation LongLongMap - 原始 long 到 long 映射实现Functional interface for long-long consumer. long-long 消费者函数式接口。LongObjectMap - Primitive long Key to Object Value Map LongObjectMap - 原始 long 键到对象值映射Functional interface for long-object consumer. long-object 消费者函数式接口。LongSet - Primitive long Set Implementation LongSet - 原始 long 集合实现Functional interface for long consumer. long 消费者函数式接口。ObjectDoubleMap - Object Key to Primitive double Value Map ObjectDoubleMap - 对象键到原始 double 值映射ObjectIntMap - Object Key to Primitive int Value Map ObjectIntMap - 对象键到原始 int 值映射ObjectLongMap - Object Key to Primitive long Value Map ObjectLongMap - 对象键到原始 long 值映射