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