Uses of Interface
net.hydromatic.morel.util.Ord.IntObjObjConsumer
Packages that use Ord.IntObjObjConsumer
-
Uses of Ord.IntObjObjConsumer in net.hydromatic.morel.util
Methods in net.hydromatic.morel.util with parameters of type Ord.IntObjObjConsumerModifier and TypeMethodDescriptionstatic <K,V> void Ord.forEachIndexed(Map<K, V> map, Ord.IntObjObjConsumer<K, V> consumer) Performs the given action for each entry of aMap.