Class SortUtils

  • All Implemented Interfaces:
    org.robotframework.javalib.library.KeywordDocumentationRepository, org.robotframework.javalib.library.RobotFrameworkDynamicAPI

    public class SortUtils
    extends org.robotframework.javalib.library.AnnotationLibrary
    • Field Summary

      • Fields inherited from class org.robotframework.javalib.library.AnnotationLibrary

        beanLoaders, classFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      SortUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map sortByKeys​(java.util.Map input, boolean reverse)  
      static java.util.Map sortByValues​(java.util.Map input, boolean reverse)  
      • Methods inherited from class org.robotframework.javalib.library.AnnotationLibrary

        addKeywordPattern, autowireFields, createKeywordFactory, getKeywordArguments, getKeywordDocumentation, runKeyword, runKeyword
      • Methods inherited from class org.robotframework.javalib.library.KeywordFactoryBasedLibrary

        getClassLoader, getKeywordNames, setClassLoader
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SortUtils

        public SortUtils()
    • Method Detail

      • sortByValues

        public static java.util.Map sortByValues​(java.util.Map input,
                                                 boolean reverse)
      • sortByKeys

        public static java.util.Map sortByKeys​(java.util.Map input,
                                               boolean reverse)