Interface EntryMapper<KI,KO,VO,VI>


public interface EntryMapper<KI,KO,VO,VI>
  • Method Summary

    Modifier and Type
    Method
    Description
    mapKey(KI key)
     
    mapValue(VI value)
     
  • Method Details

    • mapKey

      KO mapKey(KI key)
    • mapValue

      VO mapValue(VI value)