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.
@FunctionalInterface public static interface Ord.IntObjObjConsumer<K,V>Consumer that receives an ordinal, a key, and a value.Analogous to
BiConsumer, but with an extra ordinal.- See Also:
Ord.forEach(Map, IntObjObjConsumer)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(int i, K key, V value)
-