org.postgresql.util
public class GettableHashMap<K,V> extends HashMap<K,V> implements Gettable<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
GettableHashMap() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.