Package org.thymeleaf.expression
Class Sets
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
- Author:
- Daniel Fernández
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Sets
public Sets()
-
-
Method Details
-
toSet
-
size
-
isEmpty
-
contains
-
containsAll
-
containsAll
-