org.nakedobjects.plugins.dnd
Interface CollectionSorter

All Known Implementing Classes:
SimpleCollectionSorter

public interface CollectionSorter


Field Summary
static boolean NORMAL
           
static boolean REVERSED
           
 
Method Summary
 void sort(NakedObject[] element, Comparator order, boolean reverse)
          Sorts the array of objects into the order specified by the comparator.
 

Field Detail

REVERSED

static final boolean REVERSED
See Also:
Constant Field Values

NORMAL

static final boolean NORMAL
See Also:
Constant Field Values
Method Detail

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.