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