(final long hashVal)
| 141 | } |
| 142 | |
| 143 | public boolean lookupThenAdd(final long hashVal) { |
| 144 | return lookupThenAdd(hashFunction.getHashValues(hashVal, numHash)); |
| 145 | } |
| 146 | |
| 147 | public boolean lookupThenAdd(final long[] hashVals) { |
| 148 | boolean found = true; |
no test coverage detected