| static <E extends @Nullable java.lang.Object>HashMultiset<E>
 | HashMultiset. create() | Creates a new, empty HashMultisetusing the default initial capacity. | 
| static <E extends @Nullable java.lang.Object>HashMultiset<E>
 | HashMultiset. create(int distinctElements) | Creates a new, empty HashMultisetwith the specified expected number of distinct
 elements. | 
| static <E extends @Nullable java.lang.Object>HashMultiset<E>
 | HashMultiset. create(java.lang.Iterable<? extends E> elements) | Creates a new HashMultisetcontaining the specified elements. |