public abstract class DelegatingNotifyingInternalEListImpl<E> extends DelegatingNotifyingListImpl<E> implements InternalEList<E>
delegating notifying list that implements InternalEList.DelegatingEList.EIterator<E1>, DelegatingEList.EListIterator<E1>, DelegatingEList.NonResolvingEIterator<E1>, DelegatingEList.NonResolvingEListIterator<E1>, DelegatingEList.UnmodifiableEList<E>AbstractEList.BasicIndexOutOfBoundsExceptionInternalEList.Unsettable<E>| Constructor and Description |
|---|
DelegatingNotifyingInternalEListImpl() |
DelegatingNotifyingInternalEListImpl(java.util.Collection<? extends E> collection) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
<T> T[] |
basicToArray(T[] array)
Returns the array with unresolved values.
|
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, shadowSetcontains, containsAll, delegateAdd, delegateAdd, delegateBasicList, delegateClear, delegateContains, delegateContainsAll, delegateEquals, delegateGet, delegateHashCode, delegateIndexOf, delegateIsEmpty, delegateIterator, delegateLastIndexOf, delegateList, delegateListIterator, delegateMove, delegateRemove, delegateSet, delegateSize, delegateToArray, delegateToArray, delegateToString, doClear, equals, get, hashCode, indexOf, isEmpty, lastIndexOf, primitiveGet, remove, retainAll, size, toArray, toArray, toStringadd, add, addAll, addAll, didAdd, didChange, didClear, didMove, didRemove, didSet, equalObjects, getDuplicates, getNonDuplicates, isUnique, iterator, listIterator, listIterator, move, resolve, set, useEquals, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicRemove, setUniquepublic DelegatingNotifyingInternalEListImpl()
public DelegatingNotifyingInternalEListImpl(java.util.Collection<? extends E> collection)
public boolean basicContains(java.lang.Object object)
InternalEListbasicContains in interface InternalEList<E>public boolean basicContainsAll(java.util.Collection<?> collection)
InternalEListbasicContainsAll in interface InternalEList<E>public int basicIndexOf(java.lang.Object object)
InternalEListbasicIndexOf in interface InternalEList<E>public int basicLastIndexOf(java.lang.Object object)
InternalEListbasicLastIndexOf in interface InternalEList<E>public java.lang.Object[] basicToArray()
InternalEListbasicToArray in interface InternalEList<E>public <T> T[] basicToArray(T[] array)
InternalEListbasicToArray 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.AbstractEList.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()
AbstractEListresolve objects.
This implementation allocates a AbstractEList.NonResolvingEIterator.basicIterator in interface InternalEList<E>basicIterator in class AbstractEList<E>public java.util.ListIterator<E> basicListIterator()
AbstractEListresolve objects.
This implementation allocates a AbstractEList.NonResolvingEListIterator.basicListIterator in interface InternalEList<E>basicListIterator in class AbstractEList<E>public java.util.ListIterator<E> basicListIterator(int index)
AbstractEListresolve objects.
This implementation allocates a AbstractEList.NonResolvingEListIterator.basicListIterator in interface InternalEList<E>basicListIterator in class AbstractEList<E>index - the starting index.