Package org.agrona.collections
Interface BiInt2ObjectMap.EntryRemap<V,V1>
-
- Type Parameters:
V
- type of the value.
- Enclosing class:
- BiInt2ObjectMap<V>
public static interface BiInt2ObjectMap.EntryRemap<V,V1>
Creates a new value based upon keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V1
apply(int keyPartA, int keyPartB, V oldValue)
A map entry.
-