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

Packages that use MapKI
tl.lin.data.map   
 

Uses of MapKI in tl.lin.data.map
 

Classes in tl.lin.data.map that implement MapKI
 class HMapKI<K extends Comparable<?>>
          Hash-based implementation of the MapKI interface.
 class HMapKIW<K extends WritableComparable<?>>
          Writable representing a map from keys of arbitrary WritableComparable to ints.
 class HMapSIW
          Writable representing a map where keys are Strings and values are ints.
 

Methods in tl.lin.data.map with parameters of type MapKI
 int HMapKI.dot(MapKI<K> m)
          Computes the dot product of this map with another map.
 void HMapKI.plus(MapKI<K> m)
          Adds values of keys from another map to this map.
 void MapKI.putAll(MapKI<? extends K> m)
          Copies all of the mappings from the specified map to this map.
 void HMapKI.putAll(MapKI<? extends K> m)
           
 

Constructors in tl.lin.data.map with parameters of type MapKI
HMapKI(MapKI<? extends K> m)
          Constructs a new HMapKI with the same mappings as the specified MapKI.
 



Copyright © 2013. All Rights Reserved.