Class Schedule
java.lang.Object
de.hybris.platform.servicelayer.internal.model.impl.Schedule
- All Implemented Interfaces:
Iterable<ModelWrapper>
Contains the model wrappers in the order they should be processed.
The iterator of this class is unmodifiable - it is impossible to remove elements of this collection via
Iterator.remove()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ModelWrapper wrapper) booleancontains(ModelWrapper wrapper) booleancontainsWrapperFor(Object model, PersistenceOperation operation) iterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Schedule
public Schedule(int size)
-
-
Method Details
-
add
-
contains
-
iterator
- Specified by:
iteratorin interfaceIterable<ModelWrapper>
-
containsWrapperFor
-