|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
org.eclipse.emf.common.util.BasicEList
org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
org.eclipse.uml2.common.util.UnionEObjectEList
Nested Class Summary |
Nested classes inherited from class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList |
org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList.FastCompare |
Nested classes inherited from class org.eclipse.emf.common.util.BasicEList |
org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException, org.eclipse.emf.common.util.BasicEList.EIterator, org.eclipse.emf.common.util.BasicEList.EListIterator, org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator, org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator, org.eclipse.emf.common.util.BasicEList.UnmodifiableEList |
Nested classes inherited from class org.eclipse.emf.ecore.util.InternalEList |
org.eclipse.emf.ecore.util.InternalEList.Unsettable |
Field Summary |
Fields inherited from class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList |
eStructuralFeature, owner |
Fields inherited from class org.eclipse.emf.common.util.BasicEList |
data, size |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
UnionEObjectEList(org.eclipse.emf.ecore.InternalEObject owner,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
int size,
Object[] data)
|
Method Summary | |
protected boolean |
canContainNull()
|
boolean |
contains(Object object)
|
int |
indexOf(Object object)
|
protected boolean |
isUnique()
|
Iterator |
iterator()
|
int |
lastIndexOf(Object object)
|
ListIterator |
listIterator()
|
ListIterator |
listIterator(int index)
|
protected Object |
resolve(int index,
Object object)
|
protected org.eclipse.emf.ecore.EObject |
resolveProxy(org.eclipse.emf.ecore.EObject eObject)
|
protected boolean |
useEquals()
|
Methods inherited from class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList |
basicAdd, basicIterator, basicList, basicListIterator, basicListIterator, basicRemove, get, getEObject, getEStructuralFeature, isSet, set, unset |
Methods inherited from class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList |
add, add, addAll, addAll, clear, grow, move, move, remove, remove, removeAll, retainAll, set, shrink |
Methods inherited from class org.eclipse.emf.common.util.BasicEList |
addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, assign, basicGet, clone, containsAll, data, didAdd, didChange, didClear, didMove, didRemove, didSet, equalObjects, equals, get, getDuplicates, getNonDuplicates, hashCode, isEmpty, newData, setData, setUnique, size, toArray, toArray, toString, validate |
Methods inherited from class java.util.AbstractList |
removeRange, subList |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.util.InternalEList |
addUnique, addUnique, basicGet, 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, isEmpty, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Constructor Detail |
public UnionEObjectEList(org.eclipse.emf.ecore.InternalEObject owner, org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, int size, Object[] data)
Method Detail |
protected org.eclipse.emf.ecore.EObject resolveProxy(org.eclipse.emf.ecore.EObject eObject)
protected Object resolve(int index, Object object)
protected boolean canContainNull()
protected boolean isUnique()
protected boolean useEquals()
public boolean contains(Object object)
public int indexOf(Object object)
public int lastIndexOf(Object object)
public Iterator iterator()
public ListIterator listIterator()
public ListIterator listIterator(int index)
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |