JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.hybris.platform.catalog.job.sort
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
List
<
T
>
sort
(
Collection
<
T
> unordered)
Method Details
sort
List
<
T
>
sort
(
Collection
<
T
> unordered)