Method
init
Creates a fresh empty hash set.
()
Source from the content-addressed store, hash-verified
| 68 | * Creates a fresh empty hash set. |
| 69 | */ |
| 70 | private void init() { |
| 71 | set = new HashItemSet(ItemSet.Mode.EQUAL, info); |
| 72 | } |
| 73 | } |
Tested by
no test coverage detected