Package panda.utilities
Class CollectionUtils
java.lang.Object
panda.utilities.CollectionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T>listOf(Collection<? extends T>... collections) Join collections into the list
-
Method Details
-
listOf
Join collections into the list- Type Parameters:
T- generic type of the collections- Parameters:
collections- collections to merge- Returns:
- the list with the specified collections
-