} else {
tree = //new TreeSet<Object>();
isRange ? new TreeSet(new NumberRangeComparator()) : new TreeSet<Object>();
}
}
manager.setDimensionValues(new DimensionValuesSet(tree));
dimensionMapping.put(name, manager);
}
// Get the dimension values from the coverage and put them on the mapping
// Note that using tree set allows to respect the ordering when writing