{@link FastList} are {@link Reusable reusable}, they maintain internal pools of {@link Node nodes} objects. When a node is removedfrom its list, it is automatically restored to its pool.
Custom list implementations may override the {@link #newNode} method in order to return their own {@link Node} implementation (with additional fields for example).
@author Jean-Marie Dautelle @version 4.2, December 18, 2006
|
|
|
|