org.eclipse.uml2.common.util
Class UnionEObjectEList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.eclipse.emf.common.util.BasicEList
              extended byorg.eclipse.emf.common.util.BasicEList.UnmodifiableEList
                  extended byorg.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
                      extended byorg.eclipse.uml2.common.util.UnionEObjectEList
All Implemented Interfaces:
Cloneable, Collection, EList, EStructuralFeature.Setting, InternalEList, InternalEList.Unsettable, List, RandomAccess, Serializable

public class UnionEObjectEList
extends EcoreEList.UnmodifiableEList

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
EcoreEList.UnmodifiableEList.FastCompare
 
Nested classes inherited from class org.eclipse.emf.common.util.BasicEList
BasicEList.BasicIndexOutOfBoundsException, BasicEList.EIterator, BasicEList.EListIterator, BasicEList.NonResolvingEIterator, BasicEList.NonResolvingEListIterator, BasicEList.UnmodifiableEList
 
Nested classes inherited from class org.eclipse.emf.ecore.util.InternalEList
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(InternalEObject owner, 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  EObject resolveProxy(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

UnionEObjectEList

public UnionEObjectEList(InternalEObject owner,
                         EStructuralFeature eStructuralFeature,
                         int size,
                         Object[] data)
Method Detail

resolveProxy

protected EObject resolveProxy(EObject eObject)

resolve

protected Object resolve(int index,
                         Object object)

canContainNull

protected boolean canContainNull()

isUnique

protected boolean isUnique()

useEquals

protected boolean useEquals()

contains

public boolean contains(Object object)

indexOf

public int indexOf(Object object)

lastIndexOf

public int lastIndexOf(Object object)

iterator

public Iterator iterator()

listIterator

public ListIterator listIterator()

listIterator

public ListIterator listIterator(int index)

Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.