Click or drag to resize

HashHelper Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
This static class contains helper functions for calculating hash code values for any group of c# intrinsics.
Inheritance Hierarchy
SystemObject
  Tangosol.UtilHashHelper

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static class HashHelper
Methods
  NameDescription
Public methodStatic memberHash(Boolean, Int32)
Calculate a running hash using the boolean value.
Public methodStatic memberHash(Boolean, Int32)
Calculate a running hash using the boolean array value.
Public methodStatic memberHash(Byte, Int32)
Calculate a running hash using the byte value.
Public methodStatic memberHash(Byte, Int32)
Calculate a running hash using the byte array value.
Public methodStatic memberHash(Char, Int32)
Calculate a running hash using the char value.
Public methodStatic memberHash(Char, Int32)
Calculate a running hash using the char array value.
Public methodStatic memberHash(ICollection, Int32)
Calculate a running hash using the Collection value. The hash computed over the Collection's entries is order-independent.
Public methodStatic memberHash(Double, Int32)
Calculate a running hash using the double value.
Public methodStatic memberHash(Double, Int32)
Calculate a running hash using the double array value.
Public methodStatic memberHash(Int16, Int32)
Calculate a running hash using the short value.
Public methodStatic memberHash(Int16, Int32)
Calculate a running hash using the short array value.
Public methodStatic memberHash(Int32, Int32)
Calculate a running hash using the int value.
Public methodStatic memberHash(Int32, Int32)
Calculate a running hash using the int array value.
Public methodStatic memberHash(Int64, Int32)
Calculate a running hash using the long value.
Public methodStatic memberHash(Int64, Int32)
Calculate a running hash using the long array value.
Public methodStatic memberHash(Object, Int32)
Calculate a running hash using the object value.
Public methodStatic memberHash(Object, Int32)
Calculate a running hash using the object array value.
Public methodStatic memberHash(Single, Int32)
Calculate a running hash using the float value.
Public methodStatic memberHash(Single, Int32)
Calculate a running hash using the float array value.
Top
See Also