Class IngredientCollectionSingleClassifiedCollapsed<T,M,C>

All Implemented Interfaces:
Iterable<T>, IIngredientCollapsedCollection<T,M>, IIngredientCollapsedCollectionMutable<T,M>, IIngredientCollection<T,M>, IIngredientCollectionLike<T,M,T>, IIngredientCollectionLikeSingleClassifiedTrait<T,M,T,C,IIngredientCollapsedCollectionMutable<T,M>>, IIngredientCollectionMutable<T,M>

public class IngredientCollectionSingleClassifiedCollapsed<T,M,C> extends IngredientCollectionSingleClassified<T,M,C,IIngredientCollapsedCollectionMutable<T,M>> implements IIngredientCollapsedCollectionMutable<T,M>
An ingredient collection that classifies instances in smaller collections based on a category type, but multiple instances that are equal (ignoring quantity) are collapsed into one.