|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sortable<E>
Represents a collection of elements which can be sorted.
| Method Summary | |
|---|---|
void |
sort(Comparator<E> comparator)
Sorts collection of elements represented by this sortable according to the specified comparator. |
| Method Detail |
|---|
void sort(Comparator<E> comparator)
comparator - the comparator used to sort the collection
of elements represented by this sortable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||