org.chromattic.core
Class ListType
java.lang.Object
org.chromattic.core.ListType
public abstract class ListType
- extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARRAY
public static final ListType ARRAY
LIST
public static final ListType LIST
ListType
public ListType()
create
public abstract <E> List<E> create(SimpleType<E> elementType,
int size)
unwrap
public abstract <E> Object unwrap(SimpleType<E> elementType,
List<E> list)
wrap
public abstract <E> List<E> wrap(SimpleType<E> elementType,
Object array)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.