Click or drag to resize

NumberTree Methods

The NumberTree type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErase(Int32)
Removes the specified object from the tree. Does nothing if no object with that number exists.
Public methodErase(NumberTreeIterator)
Removes the NumberTree entry pointed by the iterator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIterator
Gets the iterator.
Public methodCode exampleGetIterator(Int32)
Search for the specified key in the NumberTree.
Public methodGetSDFObj
Gets the SDFObj.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets a value that is associated with the given key.
Public methodIsValid
Checks if this NumberTree is valid.
Public methodPut
Puts a new entry in the name tree. If an entry with this number is already in the tree, it is replaced.
Public methodSet
Sets value to the specified NumberTree.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also