public class Counter extends Object
private int
count
private String
name
Counter(String name)
private
Counter(String name, int count)
Counter
copy()
int
getCount()
getCountPlusPlus()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private String name
private int count
public Counter(String name)
private Counter(String name, int count)
public int getCount()
public int getCountPlusPlus()
public String toString()
toString
Object
public Counter copy()