public class LexigraphicByNameSorter extends Object implements CrawlableDatasetSorter
| Constructor and Description |
|---|
LexigraphicByNameSorter(boolean increasingOrder) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConfigObject()
Return the configuration object.
|
boolean |
isIncreasing() |
void |
sort(List<CrawlableDataset> datasetList)
Sort the given CrawlableDataset list into the order defined by this sorter.
|
public Object getConfigObject()
CrawlableDatasetSortergetConfigObject in interface CrawlableDatasetSorterpublic boolean isIncreasing()
public void sort(List<CrawlableDataset> datasetList)
CrawlableDatasetSortersort in interface CrawlableDatasetSorterdatasetList - the CrawlableDataset list to be sorted.Copyright © 1999–2013 UCAR/Unidata. All rights reserved.