Package org.exoplatform.task.util
Class ListUtil
- java.lang.Object
-
- org.exoplatform.task.util.ListUtil
-
public class ListUtil extends Object
- Author:
- Tuyen Nguyen The.
-
-
Constructor Summary
Constructors Constructor Description ListUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> intgetSize(org.exoplatform.commons.utils.ListAccess<E> list)static <E> E[]load(org.exoplatform.commons.utils.ListAccess<E> list, int start, int limit)
-