public class MultiSet<E> extends Object
| Constructor and Description |
|---|
MultiSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(E element) |
boolean |
contains(E element) |
static void |
main(String[] args) |
void |
remove(E element) |
int |
size()
Return the number of unique elements in this MultiSet.
|
Copyright © 2011-2018 Eclipse Foundation. All Rights Reserved.