See: Description
Interface | Description |
---|---|
Collection |
The LEAP (environment-dependent) version of the &qote;java.util.Collection&qote; interface.
|
Comparable |
J2SE version of the "Comparable" interface, used to sort elements in LEAPSortedSet.
|
Iterator |
The LEAP (environment-dependent) version of the &qote;java.util.Iterator&qote; interface.
|
List |
The LEAP (environment-dependent) version of the &qote;java.util.List&qote; interface.
|
Map |
The LEAP (environment-dependent) version of the &qote;java.util.Map&qote; interface.
|
Serializable |
The LEAP (environment-dependent) version of the &qote;java.io.Serializable&qote; interface.
|
Set |
The LEAP (environment-dependent) version of the &qote;java.util.Set&qote; interface.
|
SortedSet |
The LEAP (environment-dependent) version of the &qote;java.util.SortedSet&qote; interface.
|
Class | Description |
---|---|
ArrayList |
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
|
EmptyIterator |
Singleton Iterator for an empty collection.
|
EnumIterator |
Implementation of an Iterator constructed by an
Enumeration . |
HashMap |
The LEAP (environment-dependent) version of the &qote;java.util.HashMap&qote; class.
|
HashSet | |
LinkedList |
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
|
Properties |
The LEAP (environment-dependent) version of the &qote;java.util.Properties&qote; class.
|
RoundList |
Implementation of a RoundList with get/insert methods relative
to the current element
|
SortedSetImpl |
The LEAP (environment-dependent) implementation of the &qote;SortedSet&qote; interface.
|