public class UserData extends Object
Constructor and Description |
---|
UserData() |
Modifier and Type | Method and Description |
---|---|
void |
addUser(User user) |
User |
findUserById(int id) |
User |
findUserByName(String username) |
boolean |
removeUser(String username) |
Copyright © 2021 Eclipse Foundation. All rights reserved.