| Package | Description |
|---|---|
| tl.lin.data.map |
| Modifier and Type | Method and Description |
|---|---|
double |
MapKD.dot(MapKD<K> map)
Computes the dot product of this map with another map.
|
void |
MapKD.plus(MapKD<K> map)
Adds values of keys from another map to this map.
|
void |
MapKD.putAll(MapKD<? extends K> m)
Copies all of the mappings from the specified map to this map.
|
Copyright © 2018. All rights reserved.