Class ComponentList<T>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>

    public class ComponentList<T>
    extends AbstractComponentCollection<T>
    implements List<T>
    Author:
    Jason van Zyl FIXME: [jdcasey] We need to review the efficiency (in speed and memory) of this collection...