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

Packages that use MapII
tl.lin.data.map   
 

Uses of MapII in tl.lin.data.map
 

Classes in tl.lin.data.map that implement MapII
 class HMapII
          Hash-based implementation of MapII.
 class HMapIIW
           Writable representing a map where both keys and values are ints.
 

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

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



Copyright © 2013. All Rights Reserved.