Class IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated<T,M,C,I,L extends IIngredientCollectionLike<T,M,I>>
java.lang.Object
org.cyclops.cyclopscore.ingredient.collection.IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated<T,M,C,I,L>
- Type Parameters:
T
- The instance type.M
- The matching condition parameter.I
- The type that can be iterated over. This is typically just T.C
- A classifier type.L
- The collection-like type that is being used to store classified partitions.
- All Implemented Interfaces:
Iterator<I>
- Enclosing interface:
- IIngredientCollectionLikeSingleClassifiedTrait<T,
M, I, C, L extends IIngredientCollectionLike<T, M, I>>
public static class IIngredientCollectionLikeSingleClassifiedTrait.ClassifiedIteratorDelegated<T,M,C,I,L extends IIngredientCollectionLike<T,M,I>>
extends Object
implements Iterator<I>
An iterator over classified collection of a single-level classification that allows removals.
-
Constructor Summary
ConstructorDescriptionClassifiedIteratorDelegated
(IIngredientCollectionLikeSingleClassifiedTrait<T, M, I, C, L> classifiedCollection, L collection, T instance, M matchCondition) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining