|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthredds.crawlabledataset.sorter.LexigraphicByNameSorter
public class LexigraphicByNameSorter
Sort CrawlableDataset lists lexigraphically on the dataset name.
| Constructor Summary | |
|---|---|
LexigraphicByNameSorter(boolean increasingOrder)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getConfigObject()
Return the configuration object. |
boolean |
isIncreasing()
|
void |
sort(java.util.List datasetList)
Sort the given CrawlableDataset list into the order defined by this sorter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LexigraphicByNameSorter(boolean increasingOrder)
| Method Detail |
|---|
public java.lang.Object getConfigObject()
CrawlableDatasetSorter
getConfigObject in interface CrawlableDatasetSorterpublic boolean isIncreasing()
public void sort(java.util.List datasetList)
CrawlableDatasetSorter
sort in interface CrawlableDatasetSorterdatasetList - the CrawlableDataset list to be sorted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||