Package com.logicaldoc.core.automation
Class CollectionTool
java.lang.Object
com.logicaldoc.core.automation.CollectionTool
Utility methods to handle collections
- Since:
- 8.7.4
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CollectionTool
public CollectionTool()
-
-
Method Details
-
toList
Converts an array into a list- Parameters:
array
- the array to process- Returns:
- the list
- Since:
- 8.7.4
-
toArray
Converts an array into a list- Parameters:
list
- the list to process- Returns:
- the array
- Since:
- 8.7.4
-