Package de.xima.fc.interfaces
Interface ISortKeyProviding<T extends Comparable<T>>
-
- Type Parameters:
T
- Type of the sort key.
- All Known Implementing Classes:
EExecCondition
,EFileConflictResolution
,ELogLevel
,EMatchCondition
public interface ISortKeyProviding<T extends Comparable<T>>
Interface for types whose instances provide a custom sort key that should be used when sorting a list of instances.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getSortKey()
-
-
-
Method Detail
-
getSortKey
T getSortKey()
- Returns:
- Key to be used for sorting instances.
-
-