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, size
containsUnchecked, imageAll, imageAllUnchecked, preimageAll, preimageAllUnchecked, relates, removeAllDomainUnchecked, removeAllRangeUnchecked, removeDomainUnchecked, removeRangeUnchecked, removeUnchecked, retainAllDomainUnchecked, retainAllRangeUnchecked
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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 .