| Package | Description |
|---|---|
| tl.lin.data.map |
| Modifier and Type | Class and Description |
|---|---|
class |
HMapIF
Hash-based implementation of
MapIF. |
class |
HMapIFW
Writable representing a map where keys are ints and values are floats.
|
| Modifier and Type | Method and Description |
|---|---|
double |
MapIF.dot(MapIF map)
Computes the dot product of this map with another map.
|
double |
HMapIF.dot(MapIF m) |
void |
MapIF.plus(MapIF map)
Adds values of keys from another map to this map.
|
void |
HMapIF.plus(MapIF m) |
void |
MapIF.putAll(MapIF m)
Copies all of the mappings from the specified map to this map.
|
void |
HMapIF.putAll(MapIF m) |
| Constructor and Description |
|---|
HMapIF(MapIF m)
Constructs a new HMapIF with the same mappings as the specified MapIF.
|
Copyright © 2018. All rights reserved.