- BBQChicken - Class in com.example.pizzeria.pizzeria
-
This class is a subclass of the Pizza class and stores information about the pizza.
- BBQChicken(ArrayList<Topping>, Crust, Size) - Constructor for class com.example.pizzeria.pizzeria.BBQChicken
-
Creates a BBQChicken object with the following parameters.
- BuildYourOwn - Class in com.example.pizzeria.pizzeria
-
This class is a subclass of the Pizza class and stores information about the pizza.
- BuildYourOwn(ArrayList<Topping>, Crust, Size) - Constructor for class com.example.pizzeria.pizzeria.BuildYourOwn
-
Creates a BuildYourOwn object with the following parameters.
- button - Variable in class com.example.pizzeria.pizzeria.ToppingsAdapter.ViewHolder
-
- buttonSetup() - Method in class com.example.pizzeria.ui.CurrentOrderActivity
-
This method prepares the various buttons.