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, size
containsUnchecked, imageAll, imageAllUnchecked, preimageAll, preimageAllUnchecked, removeAllDomainUnchecked, removeAllRangeUnchecked, removeDomainUnchecked, removeRangeUnchecked, removeUnchecked, retainAllDomainUnchecked, retainAllRangeUnchecked, test
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
and, negate, or
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected Set<B> createForwardSet()
createForwardSet
in class MapMultimap<A,B>
protected Set<A> createBackwardSet()
createBackwardSet
in class MapMultimap<A,B>