Uses of Interface
jade.util.leap.Collection
-
Packages that use Collection Package Description jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.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 Collection in jade.core.behaviours
Methods in jade.core.behaviours that return Collection Modifier and Type Method Description abstract CollectionCompositeBehaviour. getChildren()This method returns a Collection view of the children of thisCompositeBehaviourCollectionFSMBehaviour. getChildren()Return a Collection view of the children of thisSequentialBehaviourCollectionParallelBehaviour. getChildren()Return a Collection view of the children of thisParallelBehaviourCollectionSequentialBehaviour. getChildren()Return a Collection view of the children of thisSequentialBehaviourCollectionParallelBehaviour. getTerminatedChildren()Return a Collection view of the children of thisParallelBehaviourthat have already completed. -
Uses of Collection in jade.util
Methods in jade.util that return Collection Modifier and Type Method Description CollectionHashCache. values() -
Uses of Collection in jade.util.leap
Subinterfaces of Collection in jade.util.leap Modifier and Type Interface Description interfaceListThe LEAP (environment-dependent) version of the &qote;java.util.List&qote; interface.interfaceSetThe LEAP (environment-dependent) version of the &qote;java.util.Set&qote; interface.interfaceSortedSetThe LEAP (environment-dependent) version of the &qote;java.util.SortedSet&qote; interface.Classes in jade.util.leap that implement Collection Modifier and Type Class Description classArrayListThe LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.classHashSetclassLinkedListThe LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.classSortedSetImplThe LEAP (environment-dependent) implementation of the &qote;SortedSet&qote; interface.Methods in jade.util.leap that return Collection Modifier and Type Method Description CollectionHashMap. values()CollectionMap. values()Returns a Collection view of the values contained in this map.Methods in jade.util.leap with parameters of type Collection Modifier and Type Method Description booleanHashSet. addAll(Collection c)booleanHashSet. containsAll(Collection c)booleanHashSet. removeAll(Collection c)Constructors in jade.util.leap with parameters of type Collection Constructor Description HashSet(Collection c)
-