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

Packages that use MapKL
edu.umd.cloud9.util.map   
 

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

Classes in edu.umd.cloud9.util.map that implement MapKL
 class HMapKL<K>
          Hash-based implementation of the MapKL interface.
 

Methods in edu.umd.cloud9.util.map with parameters of type MapKL
 void HMapKL.putAll(MapKL<? extends K> m)
           
 void MapKL.putAll(MapKL<? extends K> m)
          Copies all of the mappings from the specified map to this map.
 

Constructors in edu.umd.cloud9.util.map with parameters of type MapKL
HMapKL(MapKL<? extends K> m)
          Constructs a new HMapKL with the same mappings as the specified MapKL.