Uses of Interface
cloud.opencode.base.collections.primitive.IntSet.IntConsumer
Packages that use IntSet.IntConsumer
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Uses of IntSet.IntConsumer in cloud.opencode.base.collections.primitive
Methods in cloud.opencode.base.collections.primitive with parameters of type IntSet.IntConsumerModifier and TypeMethodDescriptionvoidIntSet.forEach(IntSet.IntConsumer action) Apply action to each value.