Package org.thymeleaf.expression
Class Lists
java.lang.Object
org.thymeleaf.expression.Lists
Expression Object for performing list operations inside Thymeleaf Standard Expressions.
An object of this class is usually available in variable evaluation expressions with the name
#lists.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancontainsAll(List<?> target, Object[] elements) booleancontainsAll(List<?> target, Collection<?> elements) booleanint<T extends Comparable<? super T>>
List<T> <T> List<T> sort(List<T> list, Comparator<? super T> c) List<?>
-
Constructor Details
-
Lists
public Lists()
-
-
Method Details
-
toList
-
size
-
isEmpty
-
contains
-
containsAll
-
containsAll
-
sort
-
sort
-