Class CollectionUtil
java.lang.Object
org.flowable.dmn.engine.impl.el.util.CollectionUtil
- Author:
- Yvo Swillens
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanall values of value must be in collectionstatic booleanone of the values of value must be in collectionstatic booleanDeprecated.use @{link #allOf(Object, Object)} insteadstatic booleancontainsAny(Object collection, Object value) Deprecated.use @{link #anyof(Object, Object)} insteadprotected static CollectiongetTargetCollection(Object collection, Object value) static booleannone of the values of value must be in collectionstatic booleanone of the values of value must not be in collectionstatic booleannotContains(Object collection, Object value) Deprecated.use @{link #noneOf(Object, Object)} insteadstatic booleannotContainsAny(Object collection, Object value) Deprecated.usenotAllOf(Object, Object)instead
-
Constructor Details
-
CollectionUtil
public CollectionUtil()
-
-
Method Details
-
allOf
-
contains
Deprecated.use @{link #allOf(Object, Object)} instead -
noneOf
-
notContains
Deprecated.use @{link #noneOf(Object, Object)} instead -
anyOf
-
containsAny
Deprecated.use @{link #anyof(Object, Object)} instead -
notAllOf
-
notContainsAny
Deprecated.usenotAllOf(Object, Object)instead -
getTargetCollection
-