org.eclipse.emf.converter.util
Class ConverterUtil.EPackageList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by org.eclipse.emf.common.util.AbstractEList<E>
              extended by org.eclipse.emf.common.util.BasicEList<E>
                  extended by org.eclipse.emf.common.util.UniqueEList<E>
                      extended by org.eclipse.emf.common.util.UniqueEList.FastCompare<EPackage>
                          extended by org.eclipse.emf.converter.util.ConverterUtil.EPackageList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<EPackage>, java.util.Collection<EPackage>, java.util.List<EPackage>, java.util.RandomAccess, EList<EPackage>
Enclosing class:
ConverterUtil

public static class ConverterUtil.EPackageList
extends UniqueEList.FastCompare<EPackage>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.util.UniqueEList
UniqueEList.FastCompare<E>
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.util.BasicEList
BasicEList.BasicIndexOutOfBoundsException, BasicEList.EIterator<E1>, BasicEList.EListIterator<E1>, BasicEList.NonResolvingEIterator<E1>, BasicEList.NonResolvingEListIterator<E1>, BasicEList.UnmodifiableEList<E>
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.util.BasicEList
data, size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ConverterUtil.EPackageList()
           
ConverterUtil.EPackageList(java.util.Collection<? extends EPackage> collection)
           
ConverterUtil.EPackageList(int initialCapacity)
           
 
Method Summary
protected  java.lang.Object[] newData(int capacity)
          Returns new allocated data storage.
 
Methods inherited from class org.eclipse.emf.common.util.UniqueEList.FastCompare
useEquals
 
Methods inherited from class org.eclipse.emf.common.util.UniqueEList
isUnique
 
Methods inherited from class org.eclipse.emf.common.util.BasicEList
addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, assign, basicGet, basicList, clear, clone, contains, data, get, grow, indexOf, isEmpty, lastIndexOf, move, primitiveGet, remove, setData, setUnique, shrink, size, toArray, toArray
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEList
add, add, addAll, addAll, basicIterator, basicListIterator, basicListIterator, canContainNull, didAdd, didChange, didClear, didMove, didRemove, didSet, equalObjects, equals, getDuplicates, getNonDuplicates, hashCode, iterator, listIterator, listIterator, move, remove, removeAll, resolve, retainAll, set, toString, validate
 
Methods inherited from class java.util.AbstractList
removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, subList
 

Constructor Detail

ConverterUtil.EPackageList

public ConverterUtil.EPackageList()

ConverterUtil.EPackageList

public ConverterUtil.EPackageList(java.util.Collection<? extends EPackage> collection)

ConverterUtil.EPackageList

public ConverterUtil.EPackageList(int initialCapacity)
Method Detail

newData

protected java.lang.Object[] newData(int capacity)
Description copied from class: BasicEList
Returns new allocated data storage. Clients may override this to create typed storage. The cost of type checking via a typed array is negligible.

Overrides:
newData in class BasicEList<EPackage>
Returns:
new data storage.

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