protected class ResourceImpl.ContentsEList<E extends java.lang.Object & EObject> extends NotifyingInternalEListImpl<E> implements InternalEList<E>
Resource.getContents().InternalEList.Unsettable<E>| Modifier | Constructor and Description |
|---|---|
protected |
ContentsEList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object object) |
protected void |
didAdd(int index,
E object) |
protected void |
didClear(int oldSize,
java.lang.Object[] oldData) |
protected void |
didRemove(int index,
E object) |
protected void |
didSet(int index,
E newObject,
E oldObject) |
int |
getFeatureID() |
java.lang.Object |
getNotifier() |
protected boolean |
hasInverse() |
NotificationChain |
inverseAdd(E object,
NotificationChain notifications) |
NotificationChain |
inverseRemove(E object,
NotificationChain notifications) |
protected boolean |
isNotificationRequired() |
protected boolean |
isUnique() |
protected void |
loaded() |
protected void |
modified() |
protected java.lang.Object[] |
newData(int capacity) |
protected boolean |
useEquals() |
basicContains, basicContainsAll, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicToArray, basicToArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicContains, basicContainsAll, basicGet, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicRemove, basicToArray, basicToArray, setUniquepublic java.lang.Object getNotifier()
public int getFeatureID()
protected boolean isNotificationRequired()
protected boolean useEquals()
protected boolean hasInverse()
protected boolean isUnique()
public NotificationChain inverseAdd(E object, NotificationChain notifications)
public NotificationChain inverseRemove(E object, NotificationChain notifications)
protected java.lang.Object[] newData(int capacity)
protected void didAdd(int index,
E object)
protected void didRemove(int index,
E object)
protected void didClear(int oldSize,
java.lang.Object[] oldData)
protected void loaded()
protected void modified()
public boolean contains(java.lang.Object object)
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature