Searched refs:StringSet (Results 1 – 1 of 1) sorted by relevance
32 private class StringSet extends HashSet<String> {} class in MonkeyLogItem91 setAttribute(PACKAGES, new StringSet()); in MonkeyLogItem()92 setAttribute(CATEGORIES, new StringSet()); in MonkeyLogItem()132 return (StringSet) getAttribute(PACKAGES); in getPackages()139 ((StringSet) getAttribute(PACKAGES)).add(thePackage); in addPackage()146 return (StringSet) getAttribute(CATEGORIES); in getCategories()153 ((StringSet) getAttribute(CATEGORIES)).add(category); in addCategory()