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

Packages that use MapIF
tl.lin.data.map   
 

Uses of MapIF in tl.lin.data.map
 

Classes in tl.lin.data.map that implement MapIF
 class HMapIF
          Hash-based implementation of MapIF.
 class HMapIFW
           Writable representing a map where keys are ints and values are floats.
 

Methods in tl.lin.data.map with parameters of type MapIF
 float HMapIF.dot(MapIF m)
          Computes the dot product of this map with another map.
 void HMapIF.plus(MapIF m)
          Adds values of keys from another map to this map.
 void MapIF.putAll(MapIF m)
          Copies all of the mappings from the specified map to this map.
 void HMapIF.putAll(MapIF m)
           
 

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



Copyright © 2013. All Rights Reserved.