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

Packages that use MapIL
tl.lin.data.map   
 

Uses of MapIL in tl.lin.data.map
 

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

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

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



Copyright © 2013. All Rights Reserved.