Class CollectionUtils
- java.lang.Object
-
- org.flowable.editor.language.json.converter.util.CollectionUtils
-
public class CollectionUtils extends Object
- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description CollectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisEmpty(Collection collection)static booleanisNotEmpty(Collection collection)
-
-
-
Method Detail
-
isEmpty
public static boolean isEmpty(Collection collection)
-
isNotEmpty
public static boolean isNotEmpty(Collection collection)
-
-