org.eclipse.xsd.impl
Class XSDConcreteComponentImpl.XSDContentsEList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byorg.eclipse.emf.ecore.util.EContentsEList
                  extended byorg.eclipse.xsd.impl.XSDConcreteComponentImpl.XSDContentsEList
All Implemented Interfaces:
Collection, EList, InternalEList, List
Enclosing class:
XSDConcreteComponentImpl

public static class XSDConcreteComponentImpl.XSDContentsEList
extends EContentsEList


Nested Class Summary
static class XSDConcreteComponentImpl.XSDContentsEList.FeatureIteratorImpl
           
 
Nested classes inherited from class org.eclipse.emf.ecore.util.EContentsEList
EContentsEList.FeatureIterator, EContentsEList.FeatureListIterator, EContentsEList.ResolvingFeatureIteratorImpl
 
Nested classes inherited from class org.eclipse.emf.ecore.util.InternalEList
InternalEList.Unsettable
 
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
 Iterator basicIterator()
           
 List basicList()
           
protected  boolean isIncluded(EStructuralFeature eStructuralFeature)
           
protected  ListIterator newListIterator()
           
 
Methods inherited from class org.eclipse.emf.ecore.util.EContentsEList
addUnique, addUnique, basicAdd, basicGet, basicListIterator, basicListIterator, basicRemove, createEContentsEList, isEmpty, isIncludedEntry, iterator, listIterator, move, move, newIterator, newNonResolvingListIterator, newResolvingListIterator, 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 ListIterator newListIterator()

isIncluded

protected boolean isIncluded(EStructuralFeature eStructuralFeature)

basicList

public List basicList()

basicIterator

public Iterator basicIterator()

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