HashHelperHash Method (ICollection, Int32) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Calculate a running hash using the Collection value. The hash
computed over the Collection's entries is order-independent.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static int Hash(
ICollection values,
int hash
)
Parameters
- values
- Type: System.CollectionsICollection
The ICollection value for use in the hash.
- hash
- Type: SystemInt32
The running hash value.
Return Value
Type:
Int32
The resulting running hash value.
See Also