org.hsqldb.lib
Class IntKeyHashMap
java.lang.Object
org.hsqldb.store.BaseHashMap
org.hsqldb.lib.IntKeyHashMap
- public class IntKeyHashMap
- extends BaseHashMap
- Since:
- 1.7.2
- Version:
- 1.7.2
- Author:
- fredt@users
Fields inherited from class org.hsqldb.store.BaseHashMap |
hashIndex, intKeyOrValue, intKeyTable, intValueTable, longKeyOrValue, longKeyTable, longValueTable, NO_PURGE, noKeyOrValue, objectKeyOrValue, objectKeyTable, objectValueTable, PURGE_ALL, PURGE_HALF, PURGE_QUARTER, purgePolicy |
Methods inherited from class org.hsqldb.store.BaseHashMap |
addOrRemove, clear, clear, containsKey, containsKey, containsKey, getLookup, getLookup, getLookup, getObject, getObject, getObject, isEmpty, rehash, removeLookup, removeObject, removeRow, reset, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntKeyHashMap
public IntKeyHashMap()
IntKeyHashMap
public IntKeyHashMap(int initialCapacity)
throws IllegalArgumentException
IntKeyHashMap
public IntKeyHashMap(int initialCapacity,
float loadFactor)
throws IllegalArgumentException
get
public Object get(int key)
put
public Object put(int key,
Object value)
containsValue
public boolean containsValue(Object value)
- Overrides:
containsValue
in class BaseHashMap
remove
public Object remove(int key)
keySet
public Set keySet()
values
public Collection values()
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.