public interface InternalCDOList extends CDOList
Modifier and Type | Interface and Description |
---|---|
static interface |
InternalCDOList.ConfigurableEquality
A mix-in interface for
InternalCDOList that allows to optimize the speed of equality checks. |
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
UNINITIALIZED |
Modifier and Type | Method and 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) |
move
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
boolean adjustReferences(CDOReferenceAdjuster adjuster, EStructuralFeature feature)
InternalCDOList clone(EClassifier classifier)
void freeze()
void setWithoutFrozenCheck(int i, java.lang.Object value)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html