Method
getValue
@return the unique value associated with the current node
()
Source from the content-addressed store, hash-verified
| 68 | */ |
| 69 | |
| 70 | Comparable getValue() |
| 71 | { |
| 72 | return _value; |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Method compareTo |
Tested by
no test coverage detected