Uses of Class
tl.lin.data.map.Int2IntOpenHashMapWritable

Packages that use Int2IntOpenHashMapWritable
tl.lin.data.map   
 

Uses of Int2IntOpenHashMapWritable in tl.lin.data.map
 

Methods in tl.lin.data.map that return Int2IntOpenHashMapWritable
static Int2IntOpenHashMapWritable Int2IntOpenHashMapWritable.create(byte[] bytes)
          Creates object from serialized representation.
static Int2IntOpenHashMapWritable Int2IntOpenHashMapWritable.create(DataInput in)
          Creates object from serialized representation.
 

Methods in tl.lin.data.map 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.
 



Copyright © 2013. All Rights Reserved.