Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
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: 12.1.3.0 (12.1.3.0)

Syntax

C#
protected HashSet CollectRemoved(
	Object valueOld,
	Object valueNew
)

Parameters

valueOld
Type: System..::..Object
The old value, must be a collection or an array.
valueNew
Type: System..::..Object
The new value.

Return Value

The set of values that are contained in the old collection or array, but not part of the new value.

See Also