Class IngredientCollectionCollectionAdapter<T,M,C extends Collection<T>>

java.lang.Object
org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter<T,M>
org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter<T,M,C>
Type Parameters:
T - The instance type.
M - The matching condition parameter.
C - The type of inner collection.
All Implemented Interfaces:
Iterable<T>, IIngredientCollection<T,M>, IIngredientCollectionLike<T,M,T>, IIngredientCollectionMutable<T,M>
Direct Known Subclasses:
IngredientList

public abstract class IngredientCollectionCollectionAdapter<T,M,C extends Collection<T>> extends IngredientCollectionAdapter<T,M> implements IIngredientCollectionMutable<T,M>
An abstract collection that stores instances directly in a regular Collection.