Package org.infinispan.commons.util
Interface InfinispanCollections.MapMakerFunction<K,V,E>
- Type Parameters:
K
- generated keyV
- generated valueE
- entry input
- Enclosing class:
InfinispanCollections
public static interface InfinispanCollections.MapMakerFunction<K,V,E>
A function that converts an entry into a key/value pair for use in a map.
-
Method Summary
-
Method Details
-
transform
Transforms the given input into a key/value pair for use in a map- Parameters:
input
- instance of the input type- Returns:
- a Map.Entry parameterized with K and V
-