2 Matching Annotations
  1. Jan 2023
  2. Mar 2022
    1. Users of a SLList never see the IntList class. Simpler to use. More efficient addFirst method (exercise 2.2.1). Avoids errors or malfeasance by IntList users.

      private封装的好处。