Class CollectionUtils
- java.lang.Object
-
- org.activiti.editor.language.json.converter.util.CollectionUtils
-
public class CollectionUtils extends Object
-
-
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)
-
-