Package 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.

See:
          Description

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.
 

Class Summary
ArrayList This class represents the J2SE version of a "ArrayList" to be used in LEAP.
HashMap This class represents the J2SE version of a "HashMap" to be used in LEAP.
LinkedList This class represents the J2SE version of a "LinkedList" to be used in LEAP.
Properties Environment dependent implementation of the Properties class.
RoundList Implementation of a RoundList with get/insert methods relative to the current element
SortedSetImpl This class represents the J2SE version of a "SortedSet" implementation to be used in LEAP.
 

Package jade.util.leap Description

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.