Interface CDOList
- 
- All Superinterfaces:
- java.util.Collection<java.lang.Object>,- org.eclipse.emf.common.util.EList<java.lang.Object>,- java.lang.Iterable<java.lang.Object>,- java.util.List<java.lang.Object>,- org.eclipse.net4j.util.collection.MoveableList<java.lang.Object>
 - All Known Subinterfaces:
- InternalCDOList,- InternalCDOList.ConfigurableEquality
 
 public interface CDOList extends org.eclipse.net4j.util.collection.MoveableList<java.lang.Object>, org.eclipse.emf.common.util.EList<java.lang.Object>AmoveableEList.- 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectget(int index, boolean resolve)Returns the element at position index of this list and optionally resolves proxies (see CDOElementProxy).- 
Methods inherited from interface java.util.Listadd, 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, toArray
 
- 
 
- 
- 
- 
Method Detail- 
getjava.lang.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- falseindicates that- CDORevisionUtil.UNINITIALIZEDmay be returned for unresolved elements. A value of- trueindicates that it should behave identical to- List.get(int).
 
 
- 
 
-