Package org.thymeleaf.expression
Class Maps
Object
org.thymeleaf.expression.Maps
Expression Object for performing map operations inside Thymeleaf Standard Expressions.
An object of this class is usually available in variable evaluation expressions with the name
#maps
.
- Since:
- 1.0
- Author:
- Daniel Fernández
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<X> boolean
containsAllKeys
(Map<? super X, ?> target, Collection<X> keys) <X> boolean
containsAllKeys
(Map<? super X, ?> target, X[] keys) <X> boolean
containsAllValues
(Map<?, ? super X> target, Collection<X> values) <X> boolean
containsAllValues
(Map<?, ? super X> target, X[] values) <X> boolean
containsKey
(Map<? super X, ?> target, X key) <X> boolean
containsValue
(Map<?, ? super X> target, X value) boolean
int
-
Constructor Details
-
Maps
public Maps()
-
-
Method Details
-
size
-
isEmpty
-
containsKey
-
containsValue
-
containsAllKeys
-
containsAllKeys
-
containsAllValues
-
containsAllValues
-