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

Packages that use MapIV
tl.lin.data.map   
 

Uses of MapIV in tl.lin.data.map
 

Classes in tl.lin.data.map that implement MapIV
 class HMapIV<V>
          Hash-based implementation of the MapIV interface.
 class HMapIVW<V extends WritableComparable<?>>
          Writable representing a map from ints to values of arbitrary WritableComparable.
 

Methods in tl.lin.data.map with parameters of type MapIV
 void MapIV.putAll(MapIV<V> m)
          Copies all of the mappings from the specified map to this map.
 void HMapIV.putAll(MapIV<V> m)
           
 

Constructors in tl.lin.data.map with parameters of type MapIV
HMapIV(MapIV<V> m)
          Constructs a new HMapII with the same mappings as the specified MapIV.
 



Copyright © 2013. All Rights Reserved.