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

Packages that use MapKL
tl.lin.data.map   
 

Uses of MapKL in tl.lin.data.map
 

Classes in tl.lin.data.map that implement MapKL
 class HMapKL<K>
          Hash-based implementation of the MapKL interface.
 

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

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



Copyright © 2013. All Rights Reserved.