java.lang.Object
org.hsqldb.map.BaseHashMap
org.hsqldb.lib.IntValueHashMap<K>
public class IntValueHashMap<K>
extends org.hsqldb.map.BaseHashMap
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 inherited from class org.hsqldb.map.BaseHashMap
ACCESS_MAX, emptyObjectArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(Object key) boolean
containsValue
(int value) boolean
containsValue
(Object value) entrySet()
int
int
boolean
getKey
(int value) keySet()
boolean
void
putAll
(IntValueHashMap other) void
boolean
values()
Methods inherited from class org.hsqldb.map.BaseHashMap
clear, clone, isEmpty, size
-
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
-
putAll
-
keySet
-
values
-
entrySet
-