Uses of Class
cloud.opencode.base.collections.primitive.LongSet
Packages that use LongSet
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Uses of LongSet in cloud.opencode.base.collections.primitive
Methods in cloud.opencode.base.collections.primitive that return LongSetModifier and TypeMethodDescriptionstatic LongSetLongSet.create()Create an empty LongSet.static LongSetLongSet.create(int initialCapacity) Create a LongSet with initial capacity.LongObjectMap.keySet()Return all keys as a LongSet.static LongSetLongSet.of(long... values) Create a LongSet from values.