Package com.java.pojo.internal.utils
Class CollectionUtils
java.lang.Object
com.java.pojo.internal.utils.CollectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ArrayList<T> asList(T... elements) static <T> Set<T> asSet(T... elements) static booleanisNotEmpty(Collection<?> collection)
-
Method Details
-
isNotEmpty
-
asList
-
asSet
-