| Package | Description |
|---|---|
| tl.lin.data.map |
| Modifier and Type | Class and Description |
|---|---|
class |
HMapIS
Hash-based implementation of the MapIS interface.
|
| Modifier and Type | Method and Description |
|---|---|
long |
MapIS.dot(MapIS map)
Computes the dot product of this map with another map.
|
long |
HMapIS.dot(MapIS m) |
void |
MapIS.plus(MapIS map)
Adds values of keys from another map to this map.
|
void |
HMapIS.plus(MapIS m) |
void |
MapIS.putAll(MapIS m)
Copies all of the mappings from the specified map to this map.
|
void |
HMapIS.putAll(MapIS m) |
| Constructor and Description |
|---|
HMapIS(MapIS m)
Constructs a new HMapIS with the same mappings as the specified MapIS.
|
Copyright © 2018. All rights reserved.