Click or drag to resize

SimpleCacheIndexCollectRemoved Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-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: 14.1.1.1 (14.1.1.1)
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