Interface InternalCDOList

All Superinterfaces:
CDOList, Collection<Object>, EList<Object>, Iterable<Object>, List<Object>, org.eclipse.net4j.util.collection.MoveableList<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
  • Field Details

    • UNINITIALIZED

      static final Object UNINITIALIZED
  • Method Details

    • adjustReferences

      boolean adjustReferences(CDOReferenceAdjuster adjuster, EStructuralFeature feature)
      Adjusts references according to the passed adjuster and resynchronizes indexes.
      Since:
      4.0
    • clone

      InternalCDOList clone(EClassifier classifier)
      Clones the list.
    • freeze

      void freeze()
      Since:
      4.0
    • setWithoutFrozenCheck

      void setWithoutFrozenCheck(int i, Object value)
      Since:
      4.0