Interface Sorter<T>
-
- All Known Implementing Classes:
ComposedTypeSorter
public interface Sorter<T>Orders an unsorted collection to ordered one.- Since:
- 4.3
- Spring Bean ID:
- typesSorter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>sort(java.util.Collection<T> unordered)
-