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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getSortKey

      T getSortKey()
      Returns:
      Key to be used for sorting instances.