Interface ConcurrentMapping.Mapper<K,V,C>

Enclosing class:
ConcurrentMapping<K,V,C>

public static interface ConcurrentMapping.Mapper<K,V,C>
  • Method Summary

    Modifier and Type
    Method
    Description
    compute(K key, C context)
     
  • Method Details

    • compute

      V compute(K key, C context)