Create a new CompositeDataStatistic using the specified {@link CompositeData}. Create from a {@link CompositeData} this( OpenMBeanUtil.compositeDataToMap( compositeData ) );
this( OpenMBeanUtil.compositeDataToMap( compositeData ) );
Create a new instance using the specified {@link Map} whose keys are the Statistic names. super( map );
super( map );
Create a new instance using the specified Statistic as the source for the members. super( statistic );
super( statistic );