org.eclipse.xsd.impl
Class XSDConcreteComponentImpl.XSDContentsEList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.AbstractSequentialList
                    |
                    +--org.eclipse.emf.ecore.util.EContentsEList
                          |
                          +--org.eclipse.xsd.impl.XSDConcreteComponentImpl.XSDContentsEList
All Implemented Interfaces:
java.util.Collection, org.eclipse.emf.common.util.EList, org.eclipse.emf.ecore.util.InternalEList, java.util.List
Enclosing class:
XSDConcreteComponentImpl

public static class XSDConcreteComponentImpl.XSDContentsEList
extends org.eclipse.emf.ecore.util.EContentsEList


Inner Class Summary
static class XSDConcreteComponentImpl.XSDContentsEList.FeatureIteratorImpl
           
 
Inner classes inherited from class org.eclipse.emf.ecore.util.EContentsEList
org.eclipse.emf.ecore.util.EContentsEList.FeatureIterator, org.eclipse.emf.ecore.util.EContentsEList.FeatureIteratorImpl, org.eclipse.emf.ecore.util.EContentsEList.FeatureListIterator, org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl
 
Inner classes inherited from class org.eclipse.emf.ecore.util.InternalEList
org.eclipse.emf.ecore.util.InternalEList.Unsettable
 
Fields inherited from class org.eclipse.emf.ecore.util.EContentsEList
eObject, eStructuralFeatures
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 java.util.Iterator basicIterator()
           
 java.util.List basicList()
           
protected  boolean isIncluded(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
           
protected  java.util.ListIterator newListIterator()
           
 
Methods inherited from class org.eclipse.emf.ecore.util.EContentsEList
addUnique, addUnique, basicAdd, basicListIterator, basicListIterator, basicRemove, isEmpty, iterator, listIterator, move, move, newIterator, resolve, setUnique, size, useIsSet
 
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, remove, set
 
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray
 

Method Detail

newListIterator

protected java.util.ListIterator newListIterator()
Overrides:
newListIterator in class org.eclipse.emf.ecore.util.EContentsEList

isIncluded

protected boolean isIncluded(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Overrides:
isIncluded in class org.eclipse.emf.ecore.util.EContentsEList

basicList

public java.util.List basicList()
Overrides:
basicList in class org.eclipse.emf.ecore.util.EContentsEList

basicIterator

public java.util.Iterator basicIterator()
Overrides:
basicIterator in class org.eclipse.emf.ecore.util.EContentsEList

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.