パッケージ org.postgresql.util
クラス GettableHashMap<K extends @NonNull Object,V extends @NonNull Object>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
org.postgresql.util.GettableHashMap<K,V>
- すべての実装されたインタフェース:
Serializable
,Cloneable
,Map<K,
,V> Gettable<K,
V>
public class GettableHashMap<K extends @NonNull Object,V extends @NonNull Object>
extends HashMap<K,V>
implements Gettable<K,V>
- 関連項目:
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド 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
クラスから継承されたメソッド java.util.AbstractMap
equals, hashCode, toString
-
コンストラクタの詳細
-
GettableHashMap
public GettableHashMap()
-