Uses of Class
org.jboss.util.LongCounter
-
Packages that use LongCounter Package Description org.jboss.util Utility classes and interfaces. -
-
Uses of LongCounter in org.jboss.util
Subclasses of LongCounter in org.jboss.util Modifier and Type Class Description private static class
LongCounter.Wrapper
Base wrapper class for other wrappers.Fields in org.jboss.util declared as LongCounter Modifier and Type Field Description protected LongCounter
LongCounter.Wrapper. counter
The wrapped counterMethods in org.jboss.util that return LongCounter Modifier and Type Method Description static LongCounter
LongCounter. makeDirectional(LongCounter counter, boolean increasing)
Returns a directional counter.static LongCounter
LongCounter. makeSynchronized(LongCounter counter)
Return a synchronized counter.Methods in org.jboss.util with parameters of type LongCounter Modifier and Type Method Description static LongCounter
LongCounter. makeDirectional(LongCounter counter, boolean increasing)
Returns a directional counter.static LongCounter
LongCounter. makeSynchronized(LongCounter counter)
Return a synchronized counter.Constructors in org.jboss.util with parameters of type LongCounter Constructor Description Wrapper(LongCounter counter)
-