Package org.thymeleaf.util
Class SetUtils
Object
org.thymeleaf.util.SetUtils
- Since:
- 1.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
containsAll
(Set<?> target, Object[] elements) static boolean
containsAll
(Set<?> target, Collection<?> elements) static boolean
static <X> Set<X>
singletonSet
(X element) static int
static Set<?>
-
Method Details
-
toSet
-
size
-
isEmpty
-
contains
-
containsAll
-
containsAll
-
singletonSet
-