Interface Summary |
Collection |
The root of the LEAP Collection hierarchy. |
Comparable |
J2SE version of the &qote;Comparable&qote; interface, used to sort elements in LEAPSortedSet. |
Iterator |
This class represents the J2ME version of an "Iterator"
to be used in LEAP. |
List |
This class represents the LEAP version of a "List" |
Map |
This class represents the LEAP version of a "Map" |
Serializable |
J2SE version of the &qote;Serializable&qote; interface. |
Set |
The LEAP version of the Set interface.
|
SortedSet |
The LEAP version of the SortedSet interface.
|
This package contains a set of classes that provides a replacement
for the Java collection framework that is not supported by J2ME.
This replacement is internally used by JADE and, in general,
users are not encouraged to use these classes, because their
behaviour is not fully-compatible with the java.util classes (e.g. for
the thread-safeness). They have been tested just for the purpose of
replacing the JADE internal usage.