public class AccountManagement
extends java.lang.Object
| Constructor and Description |
|---|
AccountManagement() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAccount(Account account) |
static void |
clear() |
static Account |
getAccount(java.lang.String name) |
static void |
removeAccount(Account account) |