*/
public SmartProperties() {
values = new HashMap<String, List<String>>();
descriptions = new HashMap<String, String>();
listeners = new PropertyChangeSupport(this);
vetoables = new VetoableChangeSupport(this);
storeFlags = new HashMap<String, Boolean>();
lineNumber = new HashMap<String,Integer>();
cache = new HashMap<String, Object>();