Modifier and Type | Method and Description |
---|---|
static GroceryList |
Loaders.loadGroceriesFromFile(java.lang.String filename)
1.
|
Modifier and Type | Method and Description |
---|---|
static void |
GroceryMatch.print(GroceryList groceries)
Print all the ingredient names and quantities in a GroceryList.
|
static void |
Loaders.write(GroceryList groceries,
java.lang.String filename)
Write the GroceryList items to the specified file.
|