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

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

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

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

Methods in edu.umd.cloud9.io.fastuil 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.