Package org.thymeleaf.expression
Class Sets
java.lang.Object
org.thymeleaf.expression.Sets
Expression Object for performing set operations inside Thymeleaf Standard Expressions.
An object of this class is usually available in variable evaluation expressions with the name
#sets.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Sets
public Sets()
-
-
Method Details
-
toSet
-
size
-
isEmpty
-
contains
-
containsAll
-
containsAll
-