Package org.postgresql.util
Class GettableHashMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- org.postgresql.util.GettableHashMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<K,V>
,Gettable<K,V>
public class GettableHashMap<K,V> extends java.util.HashMap<K,V> implements Gettable<K,V>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GettableHashMap()
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-