Interface BiInt2ObjectMap.EntryRemap<V,V1>

Type Parameters:
V - type of the value.
V1 - type of the new value.
Enclosing class:
BiInt2ObjectMap<V>

public static interface BiInt2ObjectMap.EntryRemap<V,V1>
Creates a new value based upon keys.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(int keyPartA, int keyPartB, V oldValue)
    A map entry.
  • Method Details

    • apply

      V1 apply(int keyPartA, int keyPartB, V oldValue)
      A map entry.
      Parameters:
      keyPartA - for the key.
      keyPartB - for the key.
      oldValue - to be remapped.
      Returns:
      value for the entry.