Uses of Class
edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable

Packages that use Object2FloatOpenHashMapWritable
edu.umd.cloud9.io.fastuil   
 

Uses of Object2FloatOpenHashMapWritable in edu.umd.cloud9.io.fastuil
 

Methods in edu.umd.cloud9.io.fastuil that return Object2FloatOpenHashMapWritable
static
<K extends Writable>
Object2FloatOpenHashMapWritable<K>
Object2FloatOpenHashMapWritable.create(byte[] bytes)
          Returns the serialized representation of this object as a byte array.
static
<K extends Writable>
Object2FloatOpenHashMapWritable<K>
Object2FloatOpenHashMapWritable.create(DataInput in)
          Creates a OHMapSIW object from a DataInput.
 

Methods in edu.umd.cloud9.io.fastuil with parameters of type Object2FloatOpenHashMapWritable
 int Object2FloatOpenHashMapWritable.dot(Object2FloatOpenHashMapWritable<K> m)
          Computes the dot product of this map with another map.
 void Object2FloatOpenHashMapWritable.plus(Object2FloatOpenHashMapWritable<K> m)
          Adds values of keys from another map to this map.