Method Summary |
|
public void | addRecord(String site, Space record) Add a Space record to the store. |
public List | getSizes(String site) Returns the list of Space objects corresponding to a
particular site.
Parameters: site - the site for which sizes are required. |
public Iterator | siteIterator() Returns an iterator to list of String site identifiers
for which data is available. |
public void | sort() Sorts the records for each site. |
public String | toString() Returns textual description of the object. |