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

Packages that use MapKS
tl.lin.data.map   
 

Uses of MapKS in tl.lin.data.map
 

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

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

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



Copyright © 2013. All Rights Reserved.