- valueOf(String) - Static method in enum com.example.pizzeria.pizzeria.Crust
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.example.pizzeria.pizzeria.Size
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.example.pizzeria.pizzeria.Topping
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.example.pizzeria.pizzeria.Crust
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.example.pizzeria.pizzeria.Size
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.example.pizzeria.pizzeria.Topping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ViewHolder(View) - Constructor for class com.example.pizzeria.pizzeria.ToppingsAdapter.ViewHolder
-
Creates a ViewHolder object.