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