jade.util.leap
Interface SortedSet

All Known Implementing Classes:
SortedSetImpl

public interface SortedSet
extends Set

The LEAP version of the SortedSet interface. An ordered collection that contains no duplicate elements.

See Also:
(J2SE)

Method Summary
 java.lang.Object first()
          Returns the first (lowest) element currently in this sorted set.
 
Methods inherited from interface jade.util.leap.Collection
add, isEmpty, iterator, remove, size, toArray
 

Method Detail

first

public java.lang.Object first()
Returns the first (lowest) element currently in this sorted set.
Returns:
the first (lowest) element currently in this sorted set.