public final class SortingFactory extends Object
| Constructor and Description |
|---|
SortingFactory(SortingMethod sortingMethod) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
sortFeatures(Collection<Feature> features) |
List<StepObject> |
sortSteps(Collection<StepObject> steps) |
List<TagObject> |
sortTags(Collection<TagObject> tags) |
public SortingFactory(SortingMethod sortingMethod)
public List<Feature> sortFeatures(Collection<Feature> features)
public List<TagObject> sortTags(Collection<TagObject> tags)
public List<StepObject> sortSteps(Collection<StepObject> steps)
Copyright © 2019. All rights reserved.