public class HashMultimap<A,B> extends MapMultimap<A,B>
backward, forward, size| Constructor and Description |
|---|
HashMultimap() |
HashMultimap(Collection<? extends Map.Entry<A,B>> c) |
HashMultimap(HashMultimap<A,B> r) |
HashMultimap(Map<A,B> m) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<A> |
createBackwardSet() |
protected Set<B> |
createForwardSet() |
add, add, clear, contains, contains, domain, image, imageMap, imageUnchecked, iterator, preimage, preimageMap, preimageUnchecked, range, remove, remove, removeAllDomain, removeAllRange, removeDomain, removeRange, retainAllDomain, retainAllRange, sizecontainsUnchecked, imageAll, imageAllUnchecked, preimageAll, preimageAllUnchecked, relates, removeAllDomainUnchecked, removeAllRangeUnchecked, removeDomainUnchecked, removeRangeUnchecked, removeUnchecked, retainAllDomainUnchecked, retainAllRangeUncheckedaddAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic HashMultimap()
public HashMultimap(Collection<? extends Map.Entry<A,B>> c)
public HashMultimap(HashMultimap<A,B> r)
protected Set<B> createForwardSet()
createForwardSet in class MapMultimap<A,B>protected Set<A> createBackwardSet()
createBackwardSet in class MapMultimap<A,B>see also the complete user documentation .