Uses of Class
cloud.opencode.base.collections.primitive.IntList
Packages that use IntList
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Uses of IntList in cloud.opencode.base.collections.primitive
Methods in cloud.opencode.base.collections.primitive that return IntListModifier and TypeMethodDescriptionstatic IntListIntList.create()Create an empty IntList.static IntListIntList.create(int initialCapacity) Create an IntList with initial capacity.static IntListIntList.of(int... values) Create an IntList from values.static IntListIntList.range(int start, int end) Create an IntList from a range.