Class ClientList<E>

Type Parameters:
E - type of class
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>

public class ClientList<E> extends AbstractList<E>
Client list, implemented using weak references to prevent memory leaks.
Author:
Paul Gregoire (mondain@gmail.com)