Class Counter
- java.lang.Object
-
- org.jboss.byteman.synchronization.Counter
-
public class Counter extends java.lang.Objectclass used to associate a counter value with a given object
-
-
Field Summary
Fields Modifier and Type Field Description private intcount
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()intcount(boolean zero)intdecrement()intincrement()intincrement(int amount)
-