Interface IIngredientSet<T,M>
- Type Parameters:
T
- The instance type.M
- The matching condition parameter.
- All Superinterfaces:
IIngredientCollection<T,
,M> IIngredientCollectionLike<T,
,M, T> Iterable<T>
- All Known Subinterfaces:
IIngredientSetMutable<T,
M>
- All Known Implementing Classes:
IngredientHashSet
,IngredientSet
,IngredientTreeSet
A ingredient collection using set semantics.
This means that each instances can only be present once in the collection based on its equals method.
- See Also:
-
Method Summary
Methods inherited from interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollection
contains, contains, containsAll, containsAll, count, iterator, parallelStream, stream, toArray
Methods inherited from interface org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLike
equals, getComponent, hashCode, isEmpty, size, toString
-
Method Details
-
spliterator
- Specified by:
spliterator
in interfaceIIngredientCollection<T,
M> - Specified by:
spliterator
in interfaceIterable<T>
-