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).
|
moveadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamObject 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-2015 Eike Stepper (Berlin, Germany) and others.