Interface InternalCDOList

  • All Superinterfaces:
    CDOList, java.util.Collection<java.lang.Object>, 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Object UNINITIALIZED  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean adjustReferences​(CDOReferenceAdjuster adjuster, EStructuralFeature feature)
      Adjusts references according to the passed adjuster and resynchronizes indexes.
      InternalCDOList clone​(EClassifier classifier)
      Clones the list.
      void freeze()  
      void setWithoutFrozenCheck​(int i, java.lang.Object value)  
      • Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOList

        get
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface org.eclipse.emf.common.util.EList

        move, move
      • Methods inherited from interface java.lang.Iterable

        forEach
      • 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, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
      • Methods inherited from interface org.eclipse.net4j.util.collection.MoveableList

        move
    • Field Detail

      • UNINITIALIZED

        static final java.lang.Object UNINITIALIZED
    • Method Detail

      • adjustReferences

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

        void freeze()
        Since:
        4.0
      • setWithoutFrozenCheck

        void setWithoutFrozenCheck​(int i,
                                   java.lang.Object value)
        Since:
        4.0