SimpleCacheIndexCollectRemoved Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Given that the old value is known to be a Collection or an array,
collect all the enclosed elements that are not part of the new value.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected HashSet CollectRemoved(
Object valueOld,
Object valueNew
)
Parameters
- valueOld
- Type: SystemObject
The old value, must be a collection or an array. - valueNew
- Type: SystemObject
The new value.
Return Value
Type:
HashSetThe set of values that are contained in the old collection
or array, but not part of the new value.
See Also