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

Packages that use MapID
tl.lin.data.map   
 

Uses of MapID in tl.lin.data.map
 

Classes in tl.lin.data.map that implement MapID
 class HMapID
          Hash-based implementation of MapID.
 class HMapIDW
           Writable representing a map where keys are ints and values are doubles.
 

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

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



Copyright © 2013. All Rights Reserved.