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