Uses of Interface
jade.util.leap.Set
-
Packages that use Set Package Description jade.content.abs jade.util 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 Modifier and Type Method Description static SetAbsHelper. internaliseSet(AbsAggregate aggregate, Ontology onto)Converts anAbsAggregateinto a Set using the specified ontology.Methods in jade.content.abs with parameters of type Set Modifier and Type Method Description static AbsAggregateAbsHelper. externaliseSet(Set obj, Ontology onto, String AggregateType)Converts aSetinto aAbsAggregateusing the specified ontology. -
Uses of Set in jade.util
Methods in jade.util that return Set Modifier and Type Method Description SetHashCache. keySet() -
Uses of Set in jade.util.leap
Subinterfaces of Set in jade.util.leap Modifier and Type Interface Description interfaceSortedSetThe LEAP (environment-dependent) version of the &qote;java.util.SortedSet&qote; interface.Classes in jade.util.leap that implement Set Modifier and Type Class Description classHashSetclassSortedSetImplThe LEAP (environment-dependent) implementation of the &qote;SortedSet&qote; interface.Methods in jade.util.leap that return Set Modifier and Type Method Description SetHashMap. keySet()SetMap. keySet()Returns a set view of the keys contained in this map.
-