Class InfoList<T extends HasName>

Type Parameters:
T - the element type
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, SequencedCollection<T>
Direct Known Subclasses:
MappableInfoList, MethodInfoList

public class InfoList<T extends HasName> extends ArrayList<T>
A list of named objects.
See Also: