Class IngredientHashSet<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>, IIngredientSet<T,M>, IIngredientSetMutable<T,M>

public class IngredientHashSet<T,M> extends IngredientSet<T,M>
An ingredient list collection that internally uses an HashSet to store instances. This means that instances are hashed based on their component type's hash method.
See Also: