|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
org.eclipse.emf.common.util.AbstractEList<E>
org.eclipse.emf.common.util.BasicEList<E>
org.eclipse.emf.common.notify.impl.NotifyingListImpl<E>
org.eclipse.emf.ecore.util.NotifyingInternalEListImpl<E>
org.eclipse.emf.ecore.resource.impl.ResourceImpl.ContentsEList<E>
protected class ResourceImpl.ContentsEList<E extends java.lang.Object & EObject>
A notifying list implementation for supporting Resource.getContents().
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.util.BasicEList |
|---|
BasicEList.BasicIndexOutOfBoundsException, BasicEList.EIterator<E1>, BasicEList.EListIterator<E1>, BasicEList.FastCompare<E>, BasicEList.NonResolvingEIterator<E1>, BasicEList.NonResolvingEListIterator<E1>, BasicEList.UnmodifiableEList<E> |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.util.InternalEList |
|---|
InternalEList.Unsettable<E> |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.emf.common.util.BasicEList |
|---|
data, size |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
protected |
ResourceImpl.ContentsEList()
|
| Method Summary | |
|---|---|
boolean |
contains(java.lang.Object object)
Returns whether the list contains the object. |
protected void |
didAdd(int index,
E object)
Called to indicate that an object has been added to the data storage. |
protected void |
didClear(int oldSize,
java.lang.Object[] oldData)
Called to indicate that the data storage has been cleared. |
protected void |
didRemove(int index,
E object)
Called to indicate that an object has been removed from the data storage. |
protected void |
didSet(int index,
E newObject,
E oldObject)
Called to indicate that the data storage has been set. |
int |
getFeatureID()
Returns Notification.NO_FEATURE_ID. |
java.lang.Object |
getNotifier()
Returns null. |
protected boolean |
hasInverse()
Returns false. |
NotificationChain |
inverseAdd(E object,
NotificationChain notifications)
Does nothing and returns the notifications. |
NotificationChain |
inverseRemove(E object,
NotificationChain notifications)
Does nothing and returns the notifications. |
protected boolean |
isNotificationRequired()
Returns false. |
protected boolean |
isUnique()
Returns whether objects are constrained to appear at most once in the list. |
protected void |
loaded()
|
protected void |
modified()
|
protected java.lang.Object[] |
newData(int capacity)
Returns new allocated data storage. |
protected boolean |
useEquals()
Returns whether equals rather than == should be used to compare members. |
| Methods inherited from class org.eclipse.emf.ecore.util.NotifyingInternalEListImpl |
|---|
basicContains, basicContainsAll, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicToArray, basicToArray |
| Methods inherited from class org.eclipse.emf.common.notify.impl.NotifyingListImpl |
|---|
addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicRemove, basicSet, canContainNull, clear, createNotification, createNotification, createNotificationChain, dispatchNotification, doAddAllUnique, doAddAllUnique, doAddAllUnique, doAddAllUnique, doAddUnique, doAddUnique, doClear, doMove, doRemove, doRemoveAll, doSetUnique, getFeature, getFeatureID, hasShadow, isSet, move, remove, removeAll, resolve, setUnique, shadowAdd, shadowRemove, shadowSet |
| Methods inherited from class org.eclipse.emf.common.util.BasicEList |
|---|
assign, basicGet, clone, data, get, grow, indexOf, isEmpty, lastIndexOf, primitiveGet, setData, shrink, size, toArray, toArray |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEList |
|---|
add, add, addAll, addAll, didChange, didMove, equalObjects, equals, getDuplicates, getNonDuplicates, hashCode, iterator, listIterator, listIterator, move, remove, resolve, retainAll, set, toString, validate |
| Methods inherited from class java.util.AbstractList |
|---|
removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.util.InternalEList |
|---|
addAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicContains, basicContainsAll, basicGet, basicIndexOf, basicIterator, basicLastIndexOf, basicList, basicListIterator, basicListIterator, basicRemove, basicToArray, basicToArray, setUnique |
| Methods inherited from interface org.eclipse.emf.common.util.EList |
|---|
move, move |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
|---|
protected ResourceImpl.ContentsEList()
| Method Detail |
|---|
public java.lang.Object getNotifier()
NotifyingListImplnull.
getNotifier in interface NotifyingList<E extends java.lang.Object & EObject>getNotifier in class NotifyingListImpl<E extends java.lang.Object & EObject>null.public int getFeatureID()
NotifyingListImplNotification.NO_FEATURE_ID.
getFeatureID in interface NotifyingList<E extends java.lang.Object & EObject>getFeatureID in class NotifyingListImpl<E extends java.lang.Object & EObject>Notification.NO_FEATURE_ID.Notification.getFeatureID(java.lang.Class>)protected boolean isNotificationRequired()
NotifyingListImplfalse.
isNotificationRequired in class NotifyingListImpl<E extends java.lang.Object & EObject>false.protected boolean useEquals()
AbstractEListequals rather than == should be used to compare members.
The default is to return true but clients can optimize performance by returning false.
The performance difference is highly significant.
useEquals in class AbstractEList<E extends java.lang.Object & EObject>equals rather than == should be used.protected boolean hasInverse()
NotifyingListImplfalse.
hasInverse in class NotifyingListImpl<E extends java.lang.Object & EObject>false.protected boolean isUnique()
AbstractEListfalse, but clients can override this to ensure uniqueness of contents.
The performance impact is significant: operations such as add are O(n) as a result requiring uniqueness.
isUnique in class AbstractEList<E extends java.lang.Object & EObject>
public NotificationChain inverseAdd(E object,
NotificationChain notifications)
NotifyingListImplnotifications.
Clients can override this to update the inverse of a bidirectional relation.
inverseAdd in class NotifyingListImpl<E extends java.lang.Object & EObject>object - the object that's been added to the list.notifications - the chain of accumulating notifications.
notifications.
public NotificationChain inverseRemove(E object,
NotificationChain notifications)
NotifyingListImplnotifications.
Clients can override this to update the inverse of a bidirectional relation.
inverseRemove in class NotifyingListImpl<E extends java.lang.Object & EObject>object - the object that's been remove from the list.notifications - the chain of accumulating notifications.
notifications.protected java.lang.Object[] newData(int capacity)
BasicEList
newData in class BasicEList<E extends java.lang.Object & EObject>
protected void didAdd(int index,
E object)
AbstractEList
didAdd in class AbstractEList<E extends java.lang.Object & EObject>index - the position object the new object.object - the new object at the position.
protected void didRemove(int index,
E object)
AbstractEList
didRemove in class AbstractEList<E extends java.lang.Object & EObject>index - the position of the old object.object - the old object at the position.
protected void didSet(int index,
E newObject,
E oldObject)
AbstractEList
didSet in class AbstractEList<E extends java.lang.Object & EObject>index - the position that was set.newObject - the new object at the position.oldObject - the old object at the position.
protected void didClear(int oldSize,
java.lang.Object[] oldData)
AbstractEListdidRemove for each object;
clients can use this to monitor clearing of the data storage.
didClear in class AbstractEList<E extends java.lang.Object & EObject>oldSize - the original size of the list.oldData - the old data storage being discarded.AbstractEList.didRemove(int, E)protected void loaded()
protected void modified()
public boolean contains(java.lang.Object object)
BasicEListequals or "==" depending on useEquals.
contains in interface java.util.Collection<E extends java.lang.Object & EObject>contains in interface java.util.List<E extends java.lang.Object & EObject>contains in class BasicEList<E extends java.lang.Object & EObject>object - the object in question.
AbstractEList.useEquals()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||