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