(final long hashValPair)
| 131 | // } |
| 132 | |
| 133 | public void add(final long hashValPair) { |
| 134 | add(hashFunction.getHashValues(hashValPair, numHash)); |
| 135 | } |
| 136 | |
| 137 | public void add(final long[] hashValsPair) { |
| 138 | for (int h=0; h<numHash; ++h) { |
nothing calls this directly
no test coverage detected