tagLibrary.setCreator ("hashset", DefaultCreator.getCreator (HashSet.class, true));
//
// maps
//
tagLibrary.addAdder (MAP, new MapEntryAdder ());
// helper object for maps
tagLibrary.setCreator ("mapentry", DefaultCreator.getCreator (MapEntryHelper.class, true));
// HashMap
tagLibrary.setCreator ("hashmap", DefaultCreator.getCreator (HashMap.class, true));
tagLibrary.inheritTag (MAP, "hashmap");