Class IngredientArrayList<T,M>
java.lang.Object
org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionAdapter<T,M>
org.cyclops.cyclopscore.ingredient.collection.IngredientCollectionCollectionAdapter<T,M,List<T>>
org.cyclops.cyclopscore.ingredient.collection.IngredientList<T,M>
org.cyclops.cyclopscore.ingredient.collection.IngredientArrayList<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>, IIngredientList<T, M>, IIngredientListMutable<T, M>
An ingredient list collection that internally uses an
ArrayList to store instances.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIngredientArrayList(IngredientComponent<T, M> component) IngredientArrayList(IngredientComponent<T, M> component, int size) IngredientArrayList(IngredientComponent<T, M> component, Iterable<? extends T> iterable) IngredientArrayList(IngredientComponent<T, M> component, Iterator<? extends T> iterable) IngredientArrayList(IngredientComponent<T, M> component, T... instances) -
Method Summary
Methods inherited from class IngredientList
add, equals, firstIndexOf, get, lastIndexOf, listIterator, listIterator, remove, set, subListMethods inherited from class IngredientCollectionCollectionAdapter
add, clear, getCollection, iterator, sizeMethods inherited from class IngredientCollectionAdapter
contains, contains, count, getComponent, hashCode, iterator, remove, removeAll, toStringMethods inherited from interface IIngredientCollection
contains, contains, containsAll, containsAll, count, iterator, parallelStream, stream, toArrayMethods inherited from interface IIngredientCollectionLike
getComponent, hashCode, isEmpty, size, toStringMethods inherited from interface IIngredientCollectionMutable
add, addAll, clear, remove, removeAll, removeAll, removeAllMethods inherited from interface IIngredientList
sort, spliterator
-
Constructor Details
-
IngredientArrayList
-
IngredientArrayList
-
IngredientArrayList
-
IngredientArrayList
-
IngredientArrayList
-