Class OracleUtils
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.datamodel.OracleUtils
-
public class OracleUtils extends Object
Utilities shared between the different Oracles
-
-
Constructor Summary
Constructors Constructor Description OracleUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]joinArrays(String[] first, String[]... others)Join an arbitrary number of arrays togetherstatic String[]toStringArray(List<?> list)Return a List as a String arraystatic String[]toStringArray(Set<?> set)Return a Set as a String array
-