Class ContactList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Contact>, Collection<Contact>, List<Contact>, RandomAccess, SequencedCollection<Contact>
Direct Known Subclasses:
FieldScanner, MethodScanner

abstract class ContactList extends ArrayList<Contact>
The ContactList object is used to represent a list that contains contacts for an object. This is used to collect the methods and fields within an object that are to be used in the serialization and deserialization process.
  • Constructor Details

    • ContactList

      protected ContactList()
      Constructor for the ContactList object. This must be subclassed by a scanning class which will fill the list with the contacts from a specified class.