Package org.carrot2.util
Class ListUtils
java.lang.Object
org.carrot2.util.ListUtils
Utility methods for working with
List
s.-
Method Summary
Modifier and TypeMethodDescriptionstatic int[]
asArray
(Collection<Integer> list) static <E> ArrayList
<E> asArrayList
(Collection<E> list)
-
Method Details
-
asArrayList
-
asArray
-