Class IngredientLinkedList<T,M>

Type Parameters:
T - The instance type.
M - The matching condition parameter.
All Implemented Interfaces:
Iterable<T>, IIngredientCollection<T,M>, IIngredientCollectionLike<T,M,T>, IIngredientCollectionMutable<T,M>, IIngredientList<T,M>, IIngredientListMutable<T,M>

public class IngredientLinkedList<T,M> extends IngredientList<T,M>
An ingredient list collection that internally uses an LinkedList to store instances.
See Also: