Interface ISortKeyProviding<T extends Comparable<T>>

  • Type Parameters:
    T - Type of the sort key.

    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 Detail

      • getSortKey

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