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