Class Dependency

All Implemented Interfaces:
C2KLocalObject
Direct Known Subclasses:
DependencyDescription

public class Dependency extends Collection<DependencyMember>
A Collection implementation that contains a variable number of members of the same type, like a variable-length array. CollectionMembers are created and destroyed as needed. A Dependency never contains empty slots, nor duplicated members.

ClassProps are stored at the collection level and duplicated in each slot. Slots may still have their own individual properties annotating their link.