|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SortedSet
The LEAP (environment-dependent) version of the &qote;java.util.SortedSet&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 ordered collection that contains no duplicate elements.
| 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 |
|---|
java.lang.Object first()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||