return genericStatsDelegate.getStatistic(statName);
return genericStatsDelegate.getStatisticNames();
return genericStatsDelegate.getStatistics();
try { genericStatsDelegate = new GenericStatsImpl(statInterfaceName, this); } catch(ClassNotFoundException cnfEx) { throw new RuntimeException(statInterfaceName + " not found", cnfEx); }