|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collection | |
jade.core.behaviours | This package is a subpackage of jade.core and contains
the classes used to implement basic agent
behaviours. |
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 | |
Collection |
SequentialBehaviour.getChildren()
Return a Collection view of the children of this SequentialBehaviour |
Collection |
ParallelBehaviour.getChildren()
Return a Collection view of the children of this ParallelBehaviour |
Collection |
FSMBehaviour.getChildren()
Return a Collection view of the children of this SequentialBehaviour |
abstract Collection |
CompositeBehaviour.getChildren()
This method returns a Collection view of the children of this CompositeBehaviour |
Uses of Collection in jade.util.leap |
Subinterfaces of Collection in jade.util.leap | |
interface |
List
The LEAP (environment-dependent) version of the &qote;java.util.List&qote; interface. |
interface |
Set
The LEAP (environment-dependent) version of the &qote;java.util.Set&qote; interface. |
interface |
SortedSet
The LEAP (environment-dependent) version of the &qote;java.util.SortedSet&qote; interface. |
Classes in jade.util.leap that implement Collection | |
class |
ArrayList
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class. |
class |
LinkedList
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class. |
class |
SortedSetImpl
The LEAP (environment-dependent) implementation of the &qote;SortedSet&qote; interface. |
Methods in jade.util.leap that return Collection | |
Collection |
Map.values()
Returns a Collection view of the values contained in this map. |
Collection |
HashMap.values()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |