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