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