Package net.binis.codegen.tools
Class CollectionUtils
java.lang.Object
net.binis.codegen.tools.CollectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T> copyList(Collection<T> collection) static booleanisEmpty(Collection collection) static booleanstatic booleanisNotEmpty(Collection collection) static booleanisNotEmpty(Map map)
-
Method Details
-
copyList
-
isEmpty
-
isNotEmpty
-
isEmpty
-
isNotEmpty
-