org.eclipse.net4j.util.collection
Class FastList<E>

java.lang.Object
  extended by org.eclipse.net4j.util.collection.ConcurrentArray<E>
      extended by org.eclipse.net4j.util.collection.FastList<E>

Deprecated. As of 3.2 use ConcurrentArray.

@Deprecated
public abstract class FastList<E>
  
extends ConcurrentArray<E>

Since:
3.0

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.collection.ConcurrentArray
ConcurrentArray.DuplicateCounter<E>, ConcurrentArray.Unique<E>
 
Field Summary
 
Fields inherited from class org.eclipse.net4j.util.collection.ConcurrentArray
elements
 
Constructor Summary
FastList()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.eclipse.net4j.util.collection.ConcurrentArray
add, firstElementAdded, get, isEmpty, lastElementRemoved, newArray, remove, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastList

public FastList()
Deprecated. 


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.