org.eclipse.net4j.util.collection
Class FastList<E>
java.lang.Object
org.eclipse.net4j.util.collection.FastList<E>
public abstract class FastList<E>
- extends Object
- Since:
- 3.0
- Author:
- Eike Stepper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elements
protected E[] elements
FastList
public FastList()
isEmpty
public boolean isEmpty()
get
public E[] get()
add
public void add(E element)
remove
public boolean remove(E element)
firstElementAdded
protected void firstElementAdded()
lastElementRemoved
protected void lastElementRemoved()
newArray
protected abstract E[] newArray(int length)
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.