Package 

Interface QuerySorter

  • All Implemented Interfaces:

    
    public interface QuerySorter<T extends Object>
    
                        

    Interface for the sorter of the SDK. Its implementations must provide a comparator to be used for sorting collections of data in the SDK.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class QuerySorter.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<Map<String, Object>> toDto()
      abstract Comparator<in T> getComparator() Comparator class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait