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

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

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

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

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

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