private static class Counter.Container extends Object
Modifier and Type | Field and Description |
---|---|
(package private) Counter.Cell[] |
cells
The length should be a power of 2.
|
(package private) AtomicBoolean |
demoted
True if a new extended container is going to replace this.
|
Constructor and Description |
---|
Container(Counter.Cell cell) |
Container(Counter.Cell[] cells) |
final Counter.Cell[] cells
final AtomicBoolean demoted
Container(Counter.Cell cell)
Container(Counter.Cell[] cells)
cells
- the length should be a power of 2Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.