public class MultiSet<E>
extends java.lang.Object
Constructor and Description |
---|
MultiSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(E element) |
boolean |
contains(E element) |
static void |
main(java.lang.String[] args) |
void |
remove(E element) |
int |
size()
Return the number of unique elements in this MultiSet.
|