Interface CDOList

All Superinterfaces:
Collection<Object>, EList<Object>, Iterable<Object>, List<Object>, org.eclipse.net4j.util.collection.MoveableList<Object>
All Known Subinterfaces:
InternalCDOList, InternalCDOList.ConfigurableEquality

public interface CDOList extends org.eclipse.net4j.util.collection.MoveableList<Object>, EList<Object>
A moveable EList.
Since:
2.0
Author:
Simon McDuff
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 Details

    • 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).