Method
size
Returns the number of local locks. @return number of local locks
()
Source from the content-addressed store, hash-verified
| 112 | * @return number of local locks |
| 113 | */ |
| 114 | public int size() { |
| 115 | return list.size(); |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Finishes the lock list. |
Tested by
no test coverage detected