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.C- A classifier type.I- The type that can be iterated over. This is typically just T.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
ConstructorsConstructorDescriptionClassifiedIteratorDelegated(IIngredientCollectionLikeSingleClassifiedTrait<T, M, I, C, L> classifiedCollection, L collection, T instance, M matchCondition) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ClassifiedIteratorDelegated
-
-
Method Details
-
hasNext
-
next
-
remove
-