The following tables list the members exposed by HashTree.
Name | Description | |
---|---|---|
HashTree Constructor |
Name | Description | |
---|---|---|
add | Adds 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. | |
contains | Determines if the row object is in the HashTree | |
findByKey | Determines if a particular dataKey value is in the HashTree | |
remove | Removes a row object from the HashTree |