public class SortStrategy extends GroupLeaderStrategy
Constructor and Description |
---|
SortStrategy(List<SortElement> sort) |
Modifier and Type | Method and Description |
---|---|
SortStrategy |
clone() |
List<SortElement> |
getSort() |
clone, deepClone
public static final String TYPE
public SortStrategy(List<SortElement> sort)
public List<SortElement> getSort()
public SortStrategy clone()
clone
in class GroupLeaderStrategy