Lines Matching refs:groups
55 private TreeSet groups; // A vector of groups of NLS items, the key is the group name
84 groups = new TreeSet(new Comparator() {
209 Iterator iter = groups.iterator();
234 Iterator iter = groups.iterator();
238 groups.remove(tempGroup);
313 * Return the various resource bundle groups stored in a Vector collection.
318 Iterator iter = groups.iterator();
327 * Returns the number of groups in the bundle.
331 return groups.size();
341 Iterator iter = groups.iterator();
353 Iterator iter = groups.iterator();
386 groups.add(bg);
398 if (!(groups.contains(item.getParentGroup())))
450 Iterator iter = groups.iterator();
465 Iterator iter = groups.iterator();