Interface InternalCDOList
- 
- All Superinterfaces:
- CDOList,- 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.ConfigurableEquality
 
 public interface InternalCDOList extends CDOList If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 2.0
- Author:
- Simon McDuff
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceInternalCDOList.ConfigurableEqualityA mix-in interface forInternalCDOListthat allows to optimize the speed of equality checks.
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.ObjectUNINITIALIZED
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadjustReferences(CDOReferenceAdjuster adjuster, org.eclipse.emf.ecore.EStructuralFeature feature)Adjusts references according to the passed adjuster and resynchronizes indexes.InternalCDOListclone(org.eclipse.emf.ecore.EClassifier classifier)Clones the list.voidfreeze()voidsetWithoutFrozenCheck(int i, java.lang.Object value)- 
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- 
adjustReferencesboolean adjustReferences(CDOReferenceAdjuster adjuster, org.eclipse.emf.ecore.EStructuralFeature feature) Adjusts references according to the passed adjuster and resynchronizes indexes.- Since:
- 4.0
 
 - 
cloneInternalCDOList clone(org.eclipse.emf.ecore.EClassifier classifier) Clones the list.
 - 
freezevoid freeze() - Since:
- 4.0
 
 - 
setWithoutFrozenCheckvoid setWithoutFrozenCheck(int i, java.lang.Object value)- Since:
- 4.0
 
 
- 
 
-