| Package | Description |
|---|---|
| org.jboss.util |
Utility classes and interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
LongCounter.Wrapper
Base wrapper class for other wrappers.
|
| Modifier and Type | Field and Description |
|---|---|
protected LongCounter |
LongCounter.Wrapper.counter
The wrapped counter
|
| Modifier and Type | Method and Description |
|---|---|
static LongCounter |
LongCounter.makeDirectional(LongCounter counter,
boolean increasing)
Returns a directional counter.
|
static LongCounter |
LongCounter.makeSynchronized(LongCounter counter)
Return a synchronized counter.
|
| Modifier and Type | Method and Description |
|---|---|
static LongCounter |
LongCounter.makeDirectional(LongCounter counter,
boolean increasing)
Returns a directional counter.
|
static LongCounter |
LongCounter.makeSynchronized(LongCounter counter)
Return a synchronized counter.
|
| Constructor and Description |
|---|
Wrapper(LongCounter counter) |