Package org.thymeleaf.util
Class SetUtils
java.lang.Object
org.thymeleaf.util.SetUtils
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleancontainsAll(Set<?> target, Object[] elements) static booleancontainsAll(Set<?> target, Collection<?> elements) static booleanstatic <X> Set<X> singletonSet(X element) static intstatic Set<?>
-
Constructor Details
-
SetUtils
private SetUtils()
-
-
Method Details
-
toSet
-
size
-
isEmpty
-
contains
-
containsAll
-
containsAll
-
singletonSet
-