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 classLongCounter.WrapperBase wrapper class for other wrappers.Fields in org.jboss.util declared as LongCounter Modifier and Type Field Description protected LongCounterLongCounter.Wrapper. counterThe wrapped counterMethods in org.jboss.util that return LongCounter Modifier and Type Method Description static LongCounterLongCounter. makeDirectional(LongCounter counter, boolean increasing)Returns a directional counter.static LongCounterLongCounter. makeSynchronized(LongCounter counter)Return a synchronized counter.Methods in org.jboss.util with parameters of type LongCounter Modifier and Type Method Description static LongCounterLongCounter. makeDirectional(LongCounter counter, boolean increasing)Returns a directional counter.static LongCounterLongCounter. makeSynchronized(LongCounter counter)Return a synchronized counter.Constructors in org.jboss.util with parameters of type LongCounter Constructor Description Wrapper(LongCounter counter)
-