Uses of Interface
edu.umd.cloud9.util.map.MapIV

Packages that use MapIV
edu.umd.cloud9.io.map   
edu.umd.cloud9.util.map   
 

Uses of MapIV in edu.umd.cloud9.io.map
 

Classes in edu.umd.cloud9.io.map that implement MapIV
 class HMapIVW<V extends WritableComparable<?>>
          Writable representing a map from ints to values of arbitrary WritableComparable.
 

Uses of MapIV in edu.umd.cloud9.util.map
 

Classes in edu.umd.cloud9.util.map that implement MapIV
 class HMapIV<V>
          Hash-based implementation of the MapIV interface.
 

Methods in edu.umd.cloud9.util.map with parameters of type MapIV
 void HMapIV.putAll(MapIV<V> m)
           
 void MapIV.putAll(MapIV<V> m)
          Copies all of the mappings from the specified map to this map.
 

Constructors in edu.umd.cloud9.util.map with parameters of type MapIV
HMapIV(MapIV<V> m)
          Constructs a new HMapII with the same mappings as the specified MapIV.