Uses of Interface
cloud.opencode.base.collections.primitive.LongObjectMap.LongObjectConsumer
Packages that use LongObjectMap.LongObjectConsumer
Package
Description
OpenCode Base Collections - Primitive Collections
OpenCode Base Collections - 原始类型集合
-
Uses of LongObjectMap.LongObjectConsumer in cloud.opencode.base.collections.primitive
Methods in cloud.opencode.base.collections.primitive with parameters of type LongObjectMap.LongObjectConsumerModifier and TypeMethodDescriptionvoidLongObjectMap.forEach(LongObjectMap.LongObjectConsumer<? super V> action) Apply action to each entry.