Package net.hydromatic.morel.util
Interface Ord.IntObjObjConsumer<K,V>
- Type Parameters:
K- Key typeV- Value type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Consumer that receives an ordinal, a key, and a value.
Analogous to BiConsumer, but with an extra ordinal.
- See Also:
-
Method Summary
-
Method Details
-
accept
-