- java.lang.Object
-
- com.bstek.dorado.util.Counter
-
-
Constructor Summary
Constructors
Constructor and Description |
Counter() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
increase
public void increase()
增加一个计数。
-
decrease
public void decrease()
减少一个计数。
-
getValue
public int getValue()
返回计数值。
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.