org.eclipse.emf.cdo.common.revision
Interface CDOList

All Superinterfaces:
Collection<Object>, EList<Object>, Iterable<Object>, List<Object>, MoveableList<Object>

public interface CDOList
extends MoveableList<Object>, EList<Object>

A moveable EList.

Since:
2.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Method Summary
 Object get(int index, boolean resolve)
          Returns the element at position index of this list and optionally resolves proxies (see CDOElementProxy).
 
Methods inherited from interface org.eclipse.net4j.util.collection.MoveableList
move
 
Methods inherited from interface org.eclipse.emf.common.util.EList
move, move
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

get

Object get(int index,
           boolean resolve)
Returns the element at position index of this list and optionally resolves proxies (see CDOElementProxy).

Parameters:
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) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.