Selects an appropriate selector based on the style and then uses that to select the appropriate selector.
48495051525354
/** * Initialise. */ public CountersFunction() { this(new DefaultCounterFormatterSelector()); }
44454647484950
/** * Initialise. */ public CounterFunction() { this(new DefaultCounterFormatterSelector()); }