Uses of Class
cloud.opencode.base.collections.primitive.IntSet
Packages that use IntSet
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Uses of IntSet in cloud.opencode.base.collections.primitive
Methods in cloud.opencode.base.collections.primitive that return IntSetModifier and TypeMethodDescriptionstatic IntSetIntSet.create()Create an empty IntSet.static IntSetIntSet.create(int initialCapacity) Create an IntSet with initial capacity.IntIntMap.keySet()Return all keys as an IntSet.IntObjectMap.keySet()Return all keys as an IntSet.static IntSetIntSet.of(int... values) Create an IntSet from values.Methods in cloud.opencode.base.collections.primitive with parameters of type IntSet