org.eclipse.xsd.impl
Class XSDConcreteComponentImpl.XSDContentsEList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by org.eclipse.emf.ecore.util.AbstractSequentialInternalEList<E>
                  extended by org.eclipse.emf.ecore.util.EContentsEList<XSDConcreteComponent>
                      extended by org.eclipse.xsd.impl.XSDConcreteComponentImpl.XSDContentsEList
All Implemented Interfaces:
java.lang.Iterable<XSDConcreteComponent>, java.util.Collection<XSDConcreteComponent>, java.util.List<XSDConcreteComponent>, org.eclipse.emf.common.util.EList<XSDConcreteComponent>, org.eclipse.emf.ecore.util.InternalEList<XSDConcreteComponent>
Enclosing class:
XSDConcreteComponentImpl

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


Nested Class Summary
static class XSDConcreteComponentImpl.XSDContentsEList.FeatureIteratorImpl
           
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.util.EContentsEList
org.eclipse.emf.ecore.util.EContentsEList.FeatureIterator<E>, org.eclipse.emf.ecore.util.EContentsEList.FeatureListIterator<E>, org.eclipse.emf.ecore.util.EContentsEList.ResolvingFeatureIteratorImpl<E>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.util.InternalEList
org.eclipse.emf.ecore.util.InternalEList.Unsettable<E>
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.util.EContentsEList
EMPTY_CONTENTS_ELIST, eObject, eStructuralFeatures
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 java.util.Iterator<XSDConcreteComponent> basicIterator()
           
 java.util.List<XSDConcreteComponent> basicList()
           
protected  boolean isIncluded(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
           
protected  java.util.ListIterator<XSDConcreteComponent> newListIterator()
           
 
Methods inherited from class org.eclipse.emf.ecore.util.EContentsEList
basicGet, basicListIterator, basicListIterator, createEContentsEList, emptyContentsEList, isEmpty, isIncludedEntry, iterator, listIterator, move, move, newIterator, newNonResolvingListIterator, newResolvingListIterator, resolve, size, useIsSet
 
Methods inherited from class org.eclipse.emf.ecore.util.AbstractSequentialInternalEList
addAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicContains, basicContainsAll, basicIndexOf, basicLastIndexOf, basicRemove, basicToArray, basicToArray, setUnique
 
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 org.eclipse.emf.ecore.util.InternalEList
addAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicContains, basicContainsAll, basicIndexOf, basicLastIndexOf, basicRemove, basicToArray, basicToArray, setUnique
 

Method Detail

newListIterator

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

isIncluded

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

basicList

public java.util.List<XSDConcreteComponent> basicList()
Specified by:
basicList in interface org.eclipse.emf.ecore.util.InternalEList<XSDConcreteComponent>
Overrides:
basicList in class org.eclipse.emf.ecore.util.EContentsEList<XSDConcreteComponent>

basicIterator

public java.util.Iterator<XSDConcreteComponent> basicIterator()
Specified by:
basicIterator in interface org.eclipse.emf.ecore.util.InternalEList<XSDConcreteComponent>
Overrides:
basicIterator in class org.eclipse.emf.ecore.util.EContentsEList<XSDConcreteComponent>

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