@NotStorableClass public class UnboundArrayList extends Object
Constructor and Description |
---|
UnboundArrayList() |
UnboundArrayList(List<ObjectAndPersistInfo> fieldValueList) |
Modifier and Type | Method and Description |
---|---|
ObjectAndPersistInfo |
get(int index) |
List<ObjectAndPersistInfo> |
getList() |
void |
insertEntry(int index) |
void |
set(int index,
ObjectAndPersistInfo fieldValue) |
int |
size() |
ObjectAndPersistInfo[] |
toArray(ObjectAndPersistInfo[] elementData) |
public UnboundArrayList(List<ObjectAndPersistInfo> fieldValueList)
public UnboundArrayList()
public List<ObjectAndPersistInfo> getList()
public void set(int index, ObjectAndPersistInfo fieldValue)
public int size()
public ObjectAndPersistInfo get(int index)
public ObjectAndPersistInfo[] toArray(ObjectAndPersistInfo[] elementData)
public void insertEntry(int index)
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.