Class IntValueHashMap<K>
java.lang.Object
org.hsqldb.lib.IntValueHashMap<K>
A Map of Object keys to int primitive values.
This class does not store null keys.
- Since:
- 1.7.2
- Author:
- Fred Toussi (fredt@users dot sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear the map completely.org.hsqldb.map.BaseHashMapclone()booleancontainsKey(Object key) booleancontainsValue(int value) booleancontainsValue(Object value) entrySet()intintbooleangetKey(int value) booleanisEmpty()keySet()booleanvoidputAll(IntValueHashMap<K> other) booleanintsize()values()
-
Field Details
-
ACCESS_MAX
public static final int ACCESS_MAX- See Also:
-
emptyObjectArray
-
-
Constructor Details
-
IntValueHashMap
public IntValueHashMap() -
IntValueHashMap
- Throws:
IllegalArgumentException
-
-
Method Details
-
containsKey
-
containsValue
-
containsValue
public boolean containsValue(int value) -
get
- Throws:
NoSuchElementException
-
get
-
get
-
getKey
-
put
-
remove
-
putAll
-
keySet
-
values
-
entrySet
-
clear
public void clear()Clear the map completely. -
size
public int size() -
isEmpty
public boolean isEmpty() -
clone
public org.hsqldb.map.BaseHashMap clone()
-