TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.util
Class FastList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.eclipse.emf.common.util.BasicEList
              extended byorg.eclipse.hyades.models.hierarchy.util.FastList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, org.eclipse.emf.common.util.EList, java.util.List, java.util.RandomAccess, java.io.Serializable

public class FastList
extends org.eclipse.emf.common.util.BasicEList

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.util.BasicEList
org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException, org.eclipse.emf.common.util.BasicEList.EIterator, org.eclipse.emf.common.util.BasicEList.EListIterator, org.eclipse.emf.common.util.BasicEList.FastCompare, org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator, org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator, org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.util.BasicEList
data, size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
FastList()
           
 
Method Summary
protected  void didClear(int arg0, java.lang.Object[] arg1)
           
protected  boolean useEquals()
           
 
Methods inherited from class org.eclipse.emf.common.util.BasicEList
add, add, addAll, addAll, addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, assign, basicGet, basicIterator, basicList, basicListIterator, basicListIterator, canContainNull, clear, clone, contains, containsAll, data, didAdd, didChange, didMove, didRemove, didSet, equalObjects, equals, get, getDuplicates, getNonDuplicates, grow, hashCode, indexOf, isEmpty, isUnique, iterator, lastIndexOf, listIterator, listIterator, move, move, newData, remove, remove, removeAll, resolve, retainAll, set, setData, setUnique, shrink, 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 java.util.List
subList
 

Constructor Detail

FastList

public FastList()
Method Detail

didClear

protected void didClear(int arg0,
                        java.lang.Object[] arg1)

useEquals

protected boolean useEquals()

TPTP 4.4.0 Platform Project
Public API Specification