|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Int2IntOpenHashMapWritable | |
|---|---|
| edu.umd.cloud9.io.fastuil | |
| Uses of Int2IntOpenHashMapWritable in edu.umd.cloud9.io.fastuil |
|---|
| Methods in edu.umd.cloud9.io.fastuil that return Int2IntOpenHashMapWritable | |
|---|---|
static Int2IntOpenHashMapWritable |
Int2IntOpenHashMapWritable.create(byte[] bytes)
Returns the serialized representation of this object as a byte array. |
static Int2IntOpenHashMapWritable |
Int2IntOpenHashMapWritable.create(DataInput in)
Creates an Int2IntOpenHashMapWritable object from a
DataInput. |
| Methods in edu.umd.cloud9.io.fastuil with parameters of type Int2IntOpenHashMapWritable | |
|---|---|
int |
Int2IntOpenHashMapWritable.dot(Int2IntOpenHashMapWritable m)
Computes the dot product of this map with another map. |
void |
Int2IntOpenHashMapWritable.lazyplus(Int2IntOpenHashMapWritable m)
In lazy decoding mode, adds values from keys of another map to this map. |
void |
Int2IntOpenHashMapWritable.plus(Int2IntOpenHashMapWritable m)
Adds values of keys from another map to this map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||