class NatMultisetEnumeration
/* An auxiliary class for enumerating the distinct elements of a NatMultiset. */
class NatMultisetEnumeration
/* Return whether there are any more elements in the enumeration. */
public boolean hasMoreElements()
/* Retrieve the next element in the enumeration. */
public NatMultisetElement nextElement()