An NDoc Documented Class Library

FastHash Methods

The methods of the FastHash class are listed below. For a complete list of FastHash class members, see the FastHash Members topic.

Public Static Methods

GetXY 

Public Instance Methods

AddOverloaded. Adds key to the fast hash
Contains Checks if given key is present in the hash
Dispose 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLikelyPresentValueOverloaded. 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
GetType (inherited from Object) Gets the Type of the current instance.
GetValue Returns value associated with the key or null if key not present
PossiblyContains Quickly checks if given chars POSSIBLY refer to a stored key.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FastHash Class | Majestic12 Namespace