Package com._1c.g5.v8.dt.common
Class CollectionUtils
- java.lang.Object
-
- com._1c.g5.v8.dt.common.CollectionUtils
-
public final class CollectionUtils extends Object
Some collection utilities that were not found inCollections2
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<?>
asList(Object input)
Composes aList
out of theinput
.static List<?>
asListWOnull(Object input)
-