Ejemplo n.º 1
0
 /** Clears this filter. */
 public void clear() {
   LongArrays.fill(bits, 0);
   size = 0;
 }