Package | Description |
---|---|
org.axiondb.engine.rowcollection |
Modifier and Type | Class and Description |
---|---|
class |
IntRowMap
Int key and Row value Map, this does not implement java.util.Map interface and has
limited Map like API.
|
Modifier and Type | Method and Description |
---|---|
void |
IntHashMap.putAll(IntHashMap that)
Copies all of the mappings from the specified map to this
IntHashMap . |
Constructor and Description |
---|
IntHashMap(IntHashMap map)
Creates a IntHashMap containing the specified entries, in the order they are
returned by the map's iterator.
|