Package org.agrona.collections
Interface BiInt2ObjectMap.EntryConsumer<V>
- Type Parameters:
V
- type of the value.
- Enclosing class:
BiInt2ObjectMap<V>
public static interface BiInt2ObjectMap.EntryConsumer<V>
Handler for a map entry.
-
Method Summary
-
Method Details
-
accept
A map entry.- Parameters:
keyPartA
- for the key.keyPartB
- for the key.value
- for the entry.
-