|
||||||||||
| 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.DelegatingEList<E>
org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl<E>
org.eclipse.emf.ecore.util.DelegatingNotifyingInternalEListImpl<E>
public abstract class DelegatingNotifyingInternalEListImpl<E>
A delegating notifying list that implements InternalEList.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.common.util.DelegatingEList |
|---|
DelegatingEList.EIterator<E1>, DelegatingEList.EListIterator<E1>, DelegatingEList.NonResolvingEIterator<E1>, DelegatingEList.NonResolvingEListIterator<E1>, DelegatingEList.UnmodifiableEList<E> |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.util.InternalEList |
|---|
InternalEList.Unsettable<E> |
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
DelegatingNotifyingInternalEListImpl()
|
|
DelegatingNotifyingInternalEListImpl(java.util.Collection<? extends E> collection)
|
|
| Method Summary | ||
|---|---|---|
boolean |
basicContains(java.lang.Object object)
Returns whether the object is contained within the list of unresolved values. |
|
boolean |
basicContainsAll(java.util.Collection<?> collection)
Returns whether each object in the collection is contained within the list of unresolved values. |
|
E |
basicGet(int index)
Returns the object at the index without resolving it. |
|
int |
basicIndexOf(java.lang.Object object)
Returns the index of the object within the list of unresolved values. |
|
java.util.Iterator<E> |
basicIterator()
Returns a read-only iterator that does not resolve objects. |
|
int |
basicLastIndexOf(java.lang.Object object)
Returns the last index of the object within the list of unresolved values. |
|
java.util.List<E> |
basicList()
Returns an unsafe list that provides a non-resolving view of the backing store list. |
|
java.util.ListIterator<E> |
basicListIterator()
Returns a read-only list iterator that does not resolve objects. |
|
java.util.ListIterator<E> |
basicListIterator(int index)
Returns a read-only list iterator advanced to the given index that does not resolve objects. |
|
java.lang.Object[] |
basicToArray()
Returns the array with unresolved values. |
|
|
basicToArray(T[] array)
Returns the array with unresolved values. |
|
| Methods inherited from class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl |
|---|
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, getFeatureID, getNotifier, hasInverse, hasShadow, inverseAdd, inverseRemove, isNotificationRequired, isSet, move, remove, removeAll, resolve, setUnique, shadowAdd, shadowRemove, shadowSet |
| Methods inherited from class org.eclipse.emf.common.util.DelegatingEList |
|---|
add, add, addAll, addAll, contains, containsAll, delegateAdd, delegateAdd, delegateBasicList, delegateClear, delegateContains, delegateContainsAll, delegateEquals, delegateGet, delegateHashCode, delegateIndexOf, delegateIsEmpty, delegateIterator, delegateLastIndexOf, delegateList, delegateListIterator, delegateMove, delegateRemove, delegateSet, delegateSize, delegateToArray, delegateToArray, delegateToString, didAdd, didChange, didClear, didMove, didRemove, didSet, doClear, equalObjects, equals, get, getDuplicates, getNonDuplicates, hashCode, indexOf, isEmpty, isUnique, iterator, lastIndexOf, listIterator, listIterator, move, remove, resolve, retainAll, set, size, toArray, toArray, toString, useEquals, validate |
| Methods inherited from class java.util.AbstractList |
|---|
removeRange, subList |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.ecore.util.InternalEList |
|---|
addAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicRemove, 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, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
|---|
public DelegatingNotifyingInternalEListImpl()
public DelegatingNotifyingInternalEListImpl(java.util.Collection<? extends E> collection)
| Method Detail |
|---|
public boolean basicContains(java.lang.Object object)
InternalEList
basicContains in interface InternalEList<E>public boolean basicContainsAll(java.util.Collection<?> collection)
InternalEList
basicContainsAll in interface InternalEList<E>public int basicIndexOf(java.lang.Object object)
InternalEList
basicIndexOf in interface InternalEList<E>public int basicLastIndexOf(java.lang.Object object)
InternalEList
basicLastIndexOf in interface InternalEList<E>public java.lang.Object[] basicToArray()
InternalEList
basicToArray in interface InternalEList<E>public <T> T[] basicToArray(T[] array)
InternalEList
basicToArray in interface InternalEList<E>public E basicGet(int index)
DelegatingEListresolving it.
basicGet in interface InternalEList<E>basicGet in class DelegatingEList<E>index - the position in question.
DelegatingEList.resolve(int, E),
DelegatingEList.get(int)public java.util.List<E> basicList()
DelegatingEListnon-resolving view of the backing store list.
basicList in interface InternalEList<E>basicList in class DelegatingEList<E>public java.util.Iterator<E> basicIterator()
DelegatingEListresolve objects.
This implementation allocates a DelegatingEList.NonResolvingEIterator.
basicIterator in interface InternalEList<E>basicIterator in class DelegatingEList<E>public java.util.ListIterator<E> basicListIterator()
DelegatingEListresolve objects.
This implementation allocates a DelegatingEList.NonResolvingEListIterator.
basicListIterator in interface InternalEList<E>basicListIterator in class DelegatingEList<E>public java.util.ListIterator<E> basicListIterator(int index)
DelegatingEListresolve objects.
This implementation allocates a DelegatingEList.NonResolvingEListIterator.
basicListIterator in interface InternalEList<E>basicListIterator in class DelegatingEList<E>index - the starting index.
|
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 | |||||||||