コード例 #1
0
        }                                                                //get all the members who are currently holding this tool

        // Add a member to the borrower list
        public void addBorrower(Member aMember)
        {
            members.add(aMember);
        }
コード例 #2
0
 // Adds the given member to the MemberCollection
 public void add(Member aMember)
 {
     members.add(aMember);
 }