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 TypeMethodDescriptionmappedFind
(T mapping, K key) mappedGetValueOr
(T mapping, K key, V defaultValue)
-
Method Details
-
mappedGetValueOr
-
mappedFind
-