|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MOCollectionCustomSort.CustomSort
Implements the custom sorting algorithm declared using the MOCollectionCustomSort
annotation.
When implementing this interface it is required to expose a public no-parameters constructor.
MOCollectionCustomSort
Method Summary | ||
---|---|---|
|
sort(java.util.Collection<A> collection)
Sorts a collection using a custom sorting algorithm. |
Method Detail |
---|
<A> java.util.List<A> sort(java.util.Collection<A> collection)
collection
- - the collection to be sorted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |