Package cs1302.adt


package cs1302.adt
Classes and interfaces to support abstract data types (ADTs). An ADT is a high-level (abstract) description of a data type which includes the operations (methods) available on the data type as well as what users of the data type should expect when using those operations.
See Also:
  • Class
    Description
    A node for an item in a linked list data structure.
    StringList is an abstract data type (ADT) that defines operations for a sequence of references to non-empty String objects.