org.hsqldb.lib
Class IntKeyHashMap

java.lang.Object
  extended byorg.hsqldb.store.BaseHashMap
      extended byorg.hsqldb.lib.IntKeyHashMap

public class IntKeyHashMap
extends BaseHashMap

Since:
1.7.2
Version:
1.7.2
Author:
fredt@users

Nested Class Summary
 
Nested classes inherited from class org.hsqldb.store.BaseHashMap
BaseHashMap.BaseHashIterator
 
Field Summary
 
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
 
Constructor Summary
IntKeyHashMap()
           
IntKeyHashMap(int initialCapacity)
           
IntKeyHashMap(int initialCapacity, float loadFactor)
           
 
Method Summary
 boolean containsValue(Object value)
           
 Object get(int key)
           
 Set keySet()
           
 Object put(int key, Object value)
           
 Object remove(int key)
           
 Collection values()
           
 
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
 

Constructor Detail

IntKeyHashMap

public IntKeyHashMap()

IntKeyHashMap

public IntKeyHashMap(int initialCapacity)
              throws IllegalArgumentException

IntKeyHashMap

public IntKeyHashMap(int initialCapacity,
                     float loadFactor)
              throws IllegalArgumentException
Method Detail

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.