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

Packages that use MapIS
edu.umd.cloud9.util.map   
 

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

Classes in edu.umd.cloud9.util.map that implement MapIS
 class HMapIS
          Hash-based implementation of the MapIS interface.
 

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

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