Uses of Class
org.axiondb.engine.rowcollection.IntHashMap

Packages that use IntHashMap
org.axiondb.engine.rowcollection   
 

Uses of IntHashMap in org.axiondb.engine.rowcollection
 

Subclasses of IntHashMap in org.axiondb.engine.rowcollection
 class IntRowMap
          Int key and Row value Map, this does not implement java.util.Map interface and has limited Map like API.
 

Methods in org.axiondb.engine.rowcollection with parameters of type IntHashMap
 void IntHashMap.putAll(IntHashMap that)
          Copies all of the mappings from the specified map to this IntHashMap.
 

Constructors in org.axiondb.engine.rowcollection with parameters of type IntHashMap
IntHashMap(IntHashMap map)
          Creates a IntHashMap containing the specified entries, in the order they are returned by the map's iterator.