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

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

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

Methods in edu.umd.cloud9.io.fastuil that return Int2FloatOpenHashMapWritable
static Int2FloatOpenHashMapWritable Int2FloatOpenHashMapWritable.create(byte[] bytes)
          Returns the serialized representation of this object as a byte array.
static Int2FloatOpenHashMapWritable Int2FloatOpenHashMapWritable.create(DataInput in)
          Creates an Int2FloatOpenHashMapWritable object from a DataInput.
 

Methods in edu.umd.cloud9.io.fastuil with parameters of type Int2FloatOpenHashMapWritable
 int Int2FloatOpenHashMapWritable.dot(Int2FloatOpenHashMapWritable m)
          Computes the dot product of this map with another map.
 void Int2FloatOpenHashMapWritable.lazyplus(Int2FloatOpenHashMapWritable m)
          In lazy decoding mode, adds values from keys of another map to this map.
 void Int2FloatOpenHashMapWritable.plus(Int2FloatOpenHashMapWritable m)
          Adds values of keys from another map to this map.