public class MemberManager extends Object
| Constructor and Description |
|---|
MemberManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMember(String t,
String n,
String r)
Adds a new member to the collection.
|
void |
addMember(String t,
String n,
String c,
String r)
Adds a new member with construction information to the collection.
|
void |
addSpacer() |
String |
getFormattedMembers() |
public void addSpacer()
public void addMember(String t, String n, String r)
t - the Java type of the membern - the name of the memberr - the reason for the member's existencepublic void addMember(String t, String n, String c, String r)
t - the Java type of the membern - the name of the memberc - the constructor for the memberr - the reason for the member's existencepublic String getFormattedMembers()
Copyright © 2023. All rights reserved.