public class Catalog extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
addCategory(String category) |
List<String> |
getCategories() |
String |
getCategory(int id) |
Integer |
getId(String category) |
int |
size() |
String[] |
toArray() |
String |
toString() |
Copyright © 2014–2021 码农场. All rights reserved.