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