58596061626364
for(int i = 0; i < power2; i++) { _edges[i] = new StripeAtomicIntCounter2(nstripe); } final int[] ary = new int[power2]; Arrays.fill(ary, -1); this._sums = new VolatileIntArray(power2); }
71727374757677
} this._nbits = BitUtils.mostSignificantBit(length); this._edges = edges; final int[] ary = new int[length]; Arrays.fill(ary, -1); this._sums = new VolatileIntArray(length); }