Class FastList<E>

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

@Deprecated public abstract class FastList<E> extends ConcurrentArray<E>
Deprecated.
As of 3.2 use ConcurrentArray.
Since:
3.0
Author:
Eike Stepper
  • Constructor Details

    • FastList

      public FastList()
      Deprecated.