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