Interface ArrayGetMapper<K,V,T>

All Known Subinterfaces:
ArrayFindEntryMapper<K,V,T>
All Known Implementing Classes:
HashMap

public interface ArrayGetMapper<K,V,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    mappedFind(T mapping, K key)
     
    mappedGetValueOr(T mapping, K key, V defaultValue)