| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jmw.tzap.sequencers.FileNameSequencer
public class FileNameSequencer
Orders ArrayList of FilterFiles alphabetically based on their file name determined by implmenting classes.
| Constructor Summary | |
|---|---|
| FileNameSequencer() | |
| Method Summary | |
|---|---|
|  FilterFile[] | order(FilterFile[] files)Performs the order operation using Arrays.sort | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FileNameSequencer()
| Method Detail | 
|---|
public FilterFile[] order(FilterFile[] files)
order in interface Sequencerfiles - an array containing the files to be ordered
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||