Class IntKeyHashMapConcurrent<V>
java.lang.Object
org.hsqldb.lib.IntKeyHashMapConcurrent<V>
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear the map completely.org.hsqldb.map.BaseHashMapclone()booleancontainsKey(int key) booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()get(int key) intgetOrderedKeyMatchCount(int[] array) booleanisEmpty()keySet()int[]keysToArray(int[] array) voidputAll(IntKeyHashMap<V> other) remove(int key) intsize()values()<T> T[]valuesToArray(T[] array)
-
Field Details
-
ACCESS_MAX
public static final int ACCESS_MAX- See Also:
-
emptyObjectArray
-
-
Constructor Details
-
IntKeyHashMapConcurrent
public IntKeyHashMapConcurrent() -
IntKeyHashMapConcurrent
- Throws:
IllegalArgumentException
-
-
Method Details
-
getWriteLock
-
containsKey
- Specified by:
containsKeyin interfaceMap<Integer,V>
-
containsKey
public boolean containsKey(int key) -
containsValue
- Specified by:
containsValuein interfaceMap<Integer,V>
-
get
-
get
-
put
-
put
-
remove
-
remove
-
putAll
-
getOrderedKeyMatchCount
public int getOrderedKeyMatchCount(int[] array) -
keysToArray
public int[] keysToArray(int[] array) -
valuesToArray
public <T> T[] valuesToArray(T[] array) -
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()
-