import cornell.slk.jkernel.core.FastCopyTree;
public class IntHolder implements FastCopyTree
{
    private int i = 0;
    public int incrementCount() {return ++i;}
}
