| Package | Description |
|---|---|
| tl.lin.data.map |
| Modifier and Type | Method and Description |
|---|---|
static Int2LongOpenHashMapWritable |
Int2LongOpenHashMapWritable.create(byte[] bytes)
Creates object from serialized representation.
|
static Int2LongOpenHashMapWritable |
Int2LongOpenHashMapWritable.create(DataInput in)
Creates object from serialized representation.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Int2LongOpenHashMapWritable.dot(Int2LongOpenHashMapWritable m)
Computes the dot product of this map with another map.
|
void |
Int2LongOpenHashMapWritable.lazyplus(Int2LongOpenHashMapWritable m)
In lazy decoding mode, adds values from keys of another map to this map.
|
void |
Int2LongOpenHashMapWritable.plus(Int2LongOpenHashMapWritable m)
Adds values of keys from another map to this map.
|
Copyright © 2018. All rights reserved.