org.nakedobjects.plugins.dnd
Interface CollectionSorter
- All Known Implementing Classes:
- SimpleCollectionSorter
public interface CollectionSorter
|
Method Summary |
void |
sort(NakedObject[] element,
Comparator order,
boolean reverse)
Sorts the array of objects into the order specified by the comparator. |
REVERSED
static final boolean REVERSED
- See Also:
- Constant Field Values
NORMAL
static final boolean NORMAL
- See Also:
- Constant Field Values
sort
void sort(NakedObject[] element,
Comparator order,
boolean reverse)
- Sorts the array of objects into the order specified by the comparator.
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.