- All Implemented Interfaces:
Serializable, org.exoplatform.commons.utils.ListAccess<E>
public class ListAccessImpl<E>
extends Object
implements org.exoplatform.commons.utils.ListAccess<E>, Serializable
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
int
load(int index,
int length)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListAccessImpl
public ListAccessImpl(Class<E> elementType,
List<E> list)
-
Method Details
-
load
public E[] load(int index,
int length)
throws Exception
- Specified by:
load in interface org.exoplatform.commons.utils.ListAccess<E>
- Throws:
Exception
-
getSize
- Specified by:
getSize in interface org.exoplatform.commons.utils.ListAccess<E>
- Throws:
Exception