Version

HashTree class Members

The following tables list the members exposed by HashTree.

Public Constructors
 NameDescription
Public ConstructorHashTree Constructor  
Public Methods
 NameDescription
Public MethodaddAdds a row object to the HashTree by it's DataKey value. Throws exception if you attempt to add a row to the tree that shares a particular datakey value.  
Public MethodcontainsDetermines if the row object is in the HashTree  
Public MethodfindByKeyDetermines if a particular dataKey value is in the HashTree  
Public MethodremoveRemoves a row object from the HashTree  
See Also