|
Samples JDK
|
Classes | |
| enum | Type |
Public Member Functions | |
| Dish (String name, boolean vegetarian, int calories, Type type) | |
| String | getName () |
| boolean | isVegetarian () |
| int | getCalories () |
| Type | getType () |
| String | toString () |
Static Public Attributes | |
| static final List< Dish > | menu |
|
static |
1.8.9.1