Uses of Class
example.Ingredient

Packages that use Ingredient
example   
 

Uses of Ingredient in example
 

Subclasses of Ingredient in example
 class Bread
           
 class Tomato
           
 

Fields in example with type parameters of type Ingredient
private  java.util.ArrayList<Ingredient> Sandwich.ingredients
           
 

Methods in example that return types with arguments of type Ingredient
 java.util.ArrayList<Ingredient> Sandwich.getIngredients()
           
 

Method parameters in example with type arguments of type Ingredient
 void Sandwich.setIngredients(java.util.ArrayList<Ingredient> ingredients)