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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CollectionToolpublic CollectionTool()
 
- 
- 
Method Details- 
toListConverts an array into a list- Parameters:
- array- the array to process
- Returns:
- the list
- Since:
- 8.7.4
 
- 
toArrayConverts an array into a list- Parameters:
- list- the list to process
- Returns:
- the array
- Since:
- 8.7.4
 
 
-