| Package | Description |
|---|---|
| tl.lin.data.map |
| Modifier and Type | Class and Description |
|---|---|
class |
HMapKI<K extends Comparable<?>>
Hash-based implementation of the MapKI interface.
|
class |
HMapKIW<K extends org.apache.hadoop.io.WritableComparable<?>>
Writable representing a map from keys of arbitrary WritableComparable to ints.
|
class |
HMapStIW
Writable representing a map where keys are Strings and values are ints.
|
| Modifier and Type | Method and Description |
|---|---|
long |
MapKI.dot(MapKI<K> map)
Computes the dot product of this map with another map.
|
long |
HMapKI.dot(MapKI<K> m) |
void |
MapKI.plus(MapKI<K> map)
Adds values of keys from another map to this map.
|
void |
HMapKI.plus(MapKI<K> m) |
void |
MapKI.putAll(MapKI<? extends K> m)
Copies all of the mappings from the specified map to this map.
|
void |
HMapKI.putAll(MapKI<? extends K> m) |
| Constructor and Description |
|---|
HMapKI(MapKI<? extends K> m)
Constructs a new HMapKI with the same mappings as the specified MapKI.
|
Copyright © 2014. All rights reserved.