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()
CrawlableDatasetSorter
getConfigObject
in interface CrawlableDatasetSorter
public boolean isIncreasing()
public void sort(List<CrawlableDataset> datasetList)
CrawlableDatasetSorter
sort
in interface CrawlableDatasetSorter
datasetList
- the CrawlableDataset list to be sorted.Copyright © 1999–2016 UCAR/Unidata. All rights reserved.