Interface InternalCDOList.ConfigurableEquality

All Superinterfaces:
CDOList, Collection<Object>, EList<Object>, InternalCDOList, Iterable<Object>, List<Object>, org.eclipse.net4j.util.collection.MoveableList<Object>
Enclosing interface:
InternalCDOList

public static interface InternalCDOList.ConfigurableEquality extends InternalCDOList
A mix-in interface for InternalCDOList that allows to optimize the speed of equality checks.
Since:
4.2
Author:
Eike Stepper
  • Method Details

    • setUseEquals

      void setUseEquals(boolean useEquals)