A F G M N S V

A

add(Object) - Method in class MultiSet
Adds the specified object once to the data structure.
add(Object, int) - Method in class MultiSet
Adds an object several times to the data structure.

F

findKth(int) - Method in class MultiSet
Gets an object stored in this MultiSet.

G

getMultiplicity(Object) - Method in class MultiSet
Returns the multiplicity stored of the object in question, some nonnegative integer.

M

MultiSet - Class in <Unnamed>
Stores a number of objects without using extra space for duplicates, which are determined by equals().
MultiSet() - Constructor for class MultiSet
Produces a new, empty MultiSet.

N

numEntries() - Method in class MultiSet
Gets the number of distinct entries in this MultiSet.

S

size() - Method in class MultiSet
Gets the number of entries, including multiplicity, in this MultiSet.

V

values() - Method in class MultiSet
Gets a list of distinct objects stored in this MultiSet.

A F G M N S V