this.delegate = delegate; super.initialize(intfName); initStats();
createStat.setCount(delegate.getCreateCount()); return (CountStatistic) createStat.modifiableView();
removeStat.setCount(delegate.getRemoveCount()); return (CountStatistic) removeStat.modifiableView();
createStat = new MutableCountStatisticImpl( new CountStatisticImpl("CreateCount")); removeStat = new MutableCountStatisticImpl( new CountStatisticImpl("RemoveCount"));