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

Packages that use Object2IntOpenHashMapWritable
tl.lin.data.map   
 

Uses of Object2IntOpenHashMapWritable in tl.lin.data.map
 

Methods in tl.lin.data.map that return Object2IntOpenHashMapWritable
static
<K extends org.apache.hadoop.io.Writable>
Object2IntOpenHashMapWritable<K>
Object2IntOpenHashMapWritable.create(byte[] bytes)
          Creates object from serialized representation.
static
<K extends org.apache.hadoop.io.Writable>
Object2IntOpenHashMapWritable<K>
Object2IntOpenHashMapWritable.create(DataInput in)
          Creates object from serialized representation.
 

Methods in tl.lin.data.map with parameters of type Object2IntOpenHashMapWritable
 int Object2IntOpenHashMapWritable.dot(Object2IntOpenHashMapWritable<K> m)
          Computes the dot product of this map with another map.
 void Object2IntOpenHashMapWritable.plus(Object2IntOpenHashMapWritable<K> m)
          Adds values of keys from another map to this map.
 



Copyright © 2013. All Rights Reserved.