Public Member Functions | Private Attributes

de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap Class Reference

List of all members.

Public Member Functions

void add (AxlElementPath key, AxlElementPath value)
void addAll (AxlElementPath key, Collection< AxlElementPath > values)
 AxlElementPathMap ()
void clear ()
boolean containsKey (AxlElementPath key)
boolean containsValue (AxlElementPath value)
LinkedHashMap< AxlElementPath,
Collection< AxlElementPath > > 
get ()
Collection< AxlElementPathget (AxlElementPath key)
Collection< AxlElementPathkeySet ()
void put (AxlElementPath key, Collection< AxlElementPath > values)
int size ()
Collection< Collection
< AxlElementPath > > 
values ()
 Get all collections.

Private Attributes

LinkedHashMap< AxlElementPath,
Collection< AxlElementPath > > 
theMap

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.AxlElementPathMap (  ) 

Member Function Documentation

void de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.add ( AxlElementPath  key,
AxlElementPath  value 
)
void de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.addAll ( AxlElementPath  key,
Collection< AxlElementPath values 
)
void de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.clear (  ) 
boolean de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.containsKey ( AxlElementPath  key  ) 
boolean de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.containsValue ( AxlElementPath  value  ) 
Collection<AxlElementPath> de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.get ( AxlElementPath  key  ) 
LinkedHashMap<AxlElementPath, Collection<AxlElementPath> > de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.get (  ) 
Collection<AxlElementPath> de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.keySet (  ) 
void de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.put ( AxlElementPath  key,
Collection< AxlElementPath values 
)
int de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.size (  ) 
Collection<Collection<AxlElementPath> > de.fraunhofer.isst.axbench.operations.metrics.utilities.AxlElementPathMap.values (  ) 

Get all collections.

Returns:
collection of AxlElementPaths

Member Data Documentation