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