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