The methods of the FastHash class are listed below. For a complete list of FastHash class members, see the FastHash Members topic.
![]() | Overloaded. Adds key to the fast hash |
![]() | Checks if given key is present in the hash |
![]() | |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Overloaded. Returns value of a key that is VERY likely to be present - this avoids doing some checks that are most likely to be pointless thus making overall faster function |
![]() | Gets the Type of the current instance. |
![]() | Returns value associated with the key or null if key not present |
![]() | Quickly checks if given chars POSSIBLY refer to a stored key. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |