org.eclipse.emf.cdo.spi.common.revision
Interface InternalCDOList.ConfigurableEquality

All Superinterfaces:
CDOList, Collection<Object>, EList<Object>, InternalCDOList, Iterable<Object>, List<Object>, MoveableList<Object>
Enclosing interface:
InternalCDOList

public static interface InternalCDOList.ConfigurableEquality
extends InternalCDOList

A mixin interface for InternalCDOList that allows to optimize the speed of equality checks.

Since:
4.2

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDOList
InternalCDOList.ConfigurableEquality
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDOList
UNINITIALIZED
 
Method Summary
 void setUseEquals(boolean useEquals)
           
 
Methods inherited from interface org.eclipse.emf.cdo.spi.common.revision.InternalCDOList
adjustReferences, clone, freeze, setWithoutFrozenCheck
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOList
get
 
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

setUseEquals

void setUseEquals(boolean useEquals)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.