jade.util.leap
Interface Set

All Known Subinterfaces:
SortedSet

public interface Set
extends Collection

The LEAP version of the Set interface. An unordered collection that contains no duplicate elements.

See Also:
(J2SE)

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