Package pl.sparkbit.commons.util
Class CollectionsUtils
java.lang.Object
pl.sparkbit.commons.util.CollectionsUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T>emptyIfNull(List<T> list) static <K,V> Map<K, V> emptyIfNull(Map<K, V> map) static <T> Set<T>emptyIfNull(Set<T> set)
-
Method Details
-
emptyIfNull
-
emptyIfNull
-
emptyIfNull
-