public static class Util.Multimap_LTree<A,B> extends MapMultimap<A,B>
backward, forward, size| Constructor and Description |
|---|
Multimap_LTree() |
| 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, removeAllDomainUnchecked, removeAllRangeUnchecked, removeDomainUnchecked, removeRangeUnchecked, removeUnchecked, retainAllDomainUnchecked, retainAllRangeUnchecked, testaddAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitand, negate, oraddAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected Set<B> createForwardSet()
createForwardSet in class MapMultimap<A,B>protected Set<A> createBackwardSet()
createBackwardSet in class MapMultimap<A,B>