Uses of Interface
jade.util.leap.Set

Packages that use Set
jade.content.abs   
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 Set in jade.content.abs
 

Methods in jade.content.abs that return Set
static Set AbsHelper.internaliseSet(AbsAggregate aggregate, Ontology onto)
          Converts an AbsAggregate into a Set using the specified ontology.
 

Methods in jade.content.abs with parameters of type Set
static AbsAggregate AbsHelper.externaliseSet(Set obj, Ontology onto, java.lang.String AggregateType)
          Converts a Set into a AbsAggregate using the specified ontology.
 

Uses of Set in jade.util
 

Methods in jade.util that return Set
 Set HashCache.keySet()
           
 

Uses of Set in jade.util.leap
 

Subinterfaces of Set in jade.util.leap
 interface SortedSet
          The LEAP (environment-dependent) version of the &qote;java.util.SortedSet&qote; interface.
 

Classes in jade.util.leap that implement Set
 class HashSet
           
 class SortedSetImpl
          The LEAP (environment-dependent) implementation of the &qote;SortedSet&qote; interface.
 

Methods in jade.util.leap that return Set
 Set Map.keySet()
          Returns a set view of the keys contained in this map.
 Set HashMap.keySet()