jade.util.leap
Interface Set

All Superinterfaces:
Collection
All Known Subinterfaces:
SortedSet
All Known Implementing Classes:
SortedSetImpl

public interface Set
extends Collection

The LEAP (environment-dependent) version of the &qote;java.util.Set&qote; interface. This interface appears to be exactly the same in J2SE, PJAVA and MIDP. The internal implementation is different in the three cases however. An unordered collection that contains no duplicate elements.


Methods inherited from interface jade.util.leap.Collection
add, isEmpty, iterator, remove, size, toArray
 



JADE