private static class Counter.Container extends Object
| Modifier and Type | Field and Description | 
|---|---|
| (package private) Counter.Cell[] | cellsThe length should be a power of 2. | 
| (package private) AtomicBoolean | demotedTrue 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.