Uses of Interface
jade.util.leap.Map

Packages that use Map
jade.core This package contains the microkernel of JADE system. 
jade.core.behaviours This package is a subpackage of jade.core and contains the classes used to implement basic agent behaviours. 
jade.proto This package contains role behaviours for FIPA standard protocols. 
jade.util This package contains utility classes and in particular: classes for handling properties in an extended way (see the Tutorial), the Logger class for logging capabilities; the leap subpackage, that is a replacement for the Java collection framework that is not supported by J2ME. 
jade.util.leap This package contains a set of classes that provides a replacement for the Java collection framework that is not supported by J2ME. 
 

Uses of Map in jade.core
 

Fields in jade.core declared as Map
protected  Map NodeFailureMonitor.childNodes
           
 

Uses of Map in jade.core.behaviours
 

Classes in jade.core.behaviours that implement Map
 class DataStore
           
 

Uses of Map in jade.proto
 

Fields in jade.proto declared as Map
protected  Map ProposeInitiator.sessions
           
 

Uses of Map in jade.util
 

Classes in jade.util that implement Map
 class HashCache
          This class is a cache with fixed dimension that can be set in the constructur.
 

Uses of Map in jade.util.leap
 

Classes in jade.util.leap that implement Map
 class HashMap
          The LEAP (environment-dependent) version of the &qote;java.util.HashMap&qote; class.