Click or drag to resize

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)
Syntax
C#
protected 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: HashSet
The set of values that are contained in the old collection or array, but not part of the new value.
See Also