Interface InternalCDOList.ConfigurableEquality
- 
- All Superinterfaces:
- CDOList,- java.util.Collection<java.lang.Object>,- org.eclipse.emf.common.util.EList<java.lang.Object>,- InternalCDOList,- java.lang.Iterable<java.lang.Object>,- java.util.List<java.lang.Object>,- org.eclipse.net4j.util.collection.MoveableList<java.lang.Object>
 - Enclosing interface:
- InternalCDOList
 
 public static interface InternalCDOList.ConfigurableEquality extends InternalCDOList A mix-in interface forInternalCDOListthat allows to optimize the speed of equality checks.- Since:
- 4.2
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDOListInternalCDOList.ConfigurableEquality
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDOListUNINITIALIZED
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetUseEquals(boolean useEquals)- 
Methods inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDOListadjustReferences, clone, freeze, setWithoutFrozenCheck
 - 
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
 
- 
 
-