E - the element type of the multisetjava.util.Collection<E>, java.lang.Iterable<E>AbstractMultiset, HashMultiset, LinkedHashMultisetpublic interface IMultiset<E>
extends java.util.Collection<E>
| Modifier and Type | Method | Description |
|---|---|---|
int |
count(E element) |
|
java.util.Set<java.util.Map.Entry<E,java.lang.Integer>> |
entrySet() |
Copyright © 2018. All rights reserved