
public interface CDOList extends MoveableList<Object>, EList<Object>
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index,
boolean resolve)
Returns the element at position index of this list and optionally resolves proxies (see CDOElementProxy).
|
moveObject get(int index, boolean resolve)
index - The position of the element to return from this list.resolve - A value of false indicates that CDORevisionUtil.UNINITIALIZED may be returned for
unresolved elements. A value of true indicates that it should behave identical to
List.get(int).Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.