Package org.drools.tms.util
Class CustomKeyTransformerHashMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- org.drools.tms.util.CustomKeyTransformerHashMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<K,V>
public class CustomKeyTransformerHashMap<K,V> extends java.util.HashMap<K,V>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomKeyTransformerHashMap(java.util.function.Function<java.lang.Object,java.lang.Object> keyTransformer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget(java.lang.Object key)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-