HashHelper Class |
Namespace: Tangosol.Util
public static class HashHelper
| Name | Description | |
|---|---|---|
| Hash(Boolean, Int32) |
Calculate a running hash using the boolean value.
| |
| Hash(Boolean, Int32) |
Calculate a running hash using the boolean array value.
| |
| Hash(Byte, Int32) |
Calculate a running hash using the byte value.
| |
| Hash(Byte, Int32) |
Calculate a running hash using the byte array value.
| |
| Hash(Char, Int32) |
Calculate a running hash using the char value.
| |
| Hash(Char, Int32) |
Calculate a running hash using the char array value.
| |
| Hash(ICollection, Int32) |
Calculate a running hash using the Collection value. The hash
computed over the Collection's entries is order-independent.
| |
| Hash(Double, Int32) |
Calculate a running hash using the double value.
| |
| Hash(Double, Int32) |
Calculate a running hash using the double array value.
| |
| Hash(Int16, Int32) |
Calculate a running hash using the short value.
| |
| Hash(Int16, Int32) |
Calculate a running hash using the short array value.
| |
| Hash(Int32, Int32) |
Calculate a running hash using the int value.
| |
| Hash(Int32, Int32) |
Calculate a running hash using the int array value.
| |
| Hash(Int64, Int32) |
Calculate a running hash using the long value.
| |
| Hash(Int64, Int32) |
Calculate a running hash using the long array value.
| |
| Hash(Object, Int32) |
Calculate a running hash using the object value.
| |
| Hash(Object, Int32) |
Calculate a running hash using the object array value.
| |
| Hash(Single, Int32) |
Calculate a running hash using the float value.
| |
| Hash(Single, Int32) |
Calculate a running hash using the float array value.
|