Class CollectionOperations
java.lang.Object
com.blazebit.persistence.view.impl.collection.CollectionOperations
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionOperations(List<? extends CollectionAction<? extends Collection<?>>> actions) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddElements(RecordingCollection<?, ?> recordingCollection, Collection<Object> addedElements) intremoveElements(RecordingCollection<?, ?> recordingCollection, Collection<Object> removedElements) void
-
Constructor Details
-
CollectionOperations
-
-
Method Details
-
addElements
public boolean addElements(RecordingCollection<?, ?> recordingCollection, Collection<Object> addedElements) -
removeElements
public int removeElements(RecordingCollection<?, ?> recordingCollection, Collection<Object> removedElements) -
removeEmpty
public void removeEmpty()
-