Package org.ndviet.keyword
Class ListUtils
- java.lang.Object
-
- org.robotframework.javalib.library.KeywordFactoryBasedLibrary<org.robotframework.javalib.keyword.DocumentedKeyword>
-
- org.robotframework.javalib.library.AnnotationLibrary
-
- org.ndviet.keyword.ListUtils
-
- All Implemented Interfaces:
org.robotframework.javalib.library.KeywordDocumentationRepository,org.robotframework.javalib.library.RobotFrameworkDynamicAPI
public class ListUtils extends org.robotframework.javalib.library.AnnotationLibrary
-
-
Constructor Summary
Constructors Constructor Description ListUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetLastElement(java.util.List list)static java.lang.StringgetLastElement(java.util.List list, boolean reverse)static booleanisSorted(java.util.List list, boolean reverse)-
Methods inherited from class org.robotframework.javalib.library.AnnotationLibrary
addKeywordPattern, autowireFields, createKeywordFactory, getKeywordArguments, getKeywordDocumentation, runKeyword, runKeyword
-
-