Interface FusedCollectionActions
- All Known Implementing Classes:
FusedCollectionElementActions,FusedCollectionIndexActions
public interface FusedCollectionActions
- Since:
- 1.3.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescriptionintgetAdded()getAdded(UpdateContext context) intgetRemoved(UpdateContext context) intint
-
Method Details
-
operationCount
int operationCount() -
getRemoveCount
int getRemoveCount() -
getAddCount
int getAddCount() -
getUpdateCount
int getUpdateCount() -
getRemoved
Collection<Object> getRemoved() -
getRemoved
-
getAdded
Collection<Object> getAdded() -
getAdded
-