Uses of Interface
edu.umd.cloud9.util.map.MapII

Packages that use MapII
edu.umd.cloud9.io.map   
edu.umd.cloud9.util.map   
 

Uses of MapII in edu.umd.cloud9.io.map
 

Classes in edu.umd.cloud9.io.map that implement MapII
 class HMapIIW
           Writable representing a map where both keys and values are ints.
 

Uses of MapII in edu.umd.cloud9.util.map
 

Classes in edu.umd.cloud9.util.map that implement MapII
 class HMapII
          Hash-based implementation of MapII.
 

Methods in edu.umd.cloud9.util.map with parameters of type MapII
 int HMapII.dot(MapII m)
          Computes the dot product of this map with another map.
 void HMapII.plus(MapII m)
          Adds values of keys from another map to this map.
 void HMapII.putAll(MapII m)
           
 void MapII.putAll(MapII m)
          Copies all of the mappings from the specified map to this map.
 

Constructors in edu.umd.cloud9.util.map with parameters of type MapII
HMapII(MapII m)
          Constructs a new HMapII with the same mappings as the specified MapII.