Uses of Interface
net.hydromatic.morel.util.Ord.IntObjObjConsumer
-
Packages that use Ord.IntObjObjConsumer Package Description net.hydromatic.morel.util Utilities. -
-
Uses of Ord.IntObjObjConsumer in net.hydromatic.morel.util
Methods in net.hydromatic.morel.util with parameters of type Ord.IntObjObjConsumer Modifier and Type Method Description static <K,V>
voidOrd. forEach(java.util.Map<K,V> map, Ord.IntObjObjConsumer<K,V> consumer)Performs the given action for each entry of aMap.
-