}
return collections;
}
private void readCollections() throws FileNotFoundException, IOException {
collections = new Collections();
Collection collection = null;
boolean inValue = false;
boolean foundTime = false;
boolean foundName = true;
boolean foundItems = false;