Interface MutableSequentialCollection<T>
-
- Type Parameters:
T-
- All Superinterfaces:
java.util.function.Consumer<T>,java.lang.Iterable<T>,SequentialCollection<T>
- All Known Subinterfaces:
AdvancedComposition<C>,MutableCappedComposition<C>
- All Known Implementing Classes:
ArrayListComposition,BasePlaceComposition,ConstrainingPlaceCollection,InstrumentedAdvancedComposition,LightweightPlaceComposition,StatefulPlaceComposition
public interface MutableSequentialCollection<T> extends SequentialCollection<T>
Interface for a sequential collection that is also mutable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove(T item)TremoveLast()-
Methods inherited from interface org.processmining.specpp.datastructures.util.SequentialCollection
hasCapacityLeft, size, toList, toSet
-
-