Uses of Interface
tl.lin.data.map.MapIS

Packages that use MapIS
tl.lin.data.map   
 

Uses of MapIS in tl.lin.data.map
 

Classes in tl.lin.data.map that implement MapIS
 class HMapIS
          Hash-based implementation of the MapIS interface.
 

Methods in tl.lin.data.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 MapIS.putAll(MapIS m)
          Copies all of the mappings from the specified map to this map.
 void HMapIS.putAll(MapIS m)
           
 

Constructors in tl.lin.data.map with parameters of type MapIS
HMapIS(MapIS m)
          Constructs a new HMapIS with the same mappings as the specified MapIS.
 



Copyright © 2013. All Rights Reserved.