Uniqueness constraints are the same as those in {@link java.util.Set}. @return the Set of unique Bag elements
798799800801802803804805806807808
{ System.out.println("PdhEnumObjectItems failed with " + Integer.toHexString(pdhStatus)); } List result = new ArrayList(); for (Iterator it = bag.uniqueSet().iterator(); it.hasNext();) { String str = (String) it.next(); result.add(str); // System.out.println(str); for (int i = 1; i < bag.getCount(str); i++)