Package eu.bandm.tools.umod.runtime
Interface Multimap_checkedRight<L,R>
- All Superinterfaces:
BiPredicate<L,,R> Collection<Map.Entry<L,,R>> Iterable<Map.Entry<L,,R>> Multimap<L,,R> Set<Map.Entry<L,R>>
- All Known Implementing Classes:
CheckedMultimap_D,CheckedMultimap_R,CheckedMultimap_RD
Requires "Multimap" operations and strictness of the right side.
-
Field Summary
Fields inherited from interface eu.bandm.tools.util.multi.Multimap
DEFAULT_PAIR_FORMAT_STRING -
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, orMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface eu.bandm.tools.util.multi.Multimap
add, addAll, contains, containsAll, containsUnchecked, domain, image, imageAll, imageAllUnchecked, imageMap, imageUnchecked, preimage, preimageAll, preimageAllUnchecked, preimageMap, preimageUnchecked, range, remove, removeAll, removeAllDomain, removeAllDomainUnchecked, removeAllRange, removeAllRangeUnchecked, removeDomain, removeDomainUnchecked, removeRange, removeRangeUnchecked, removeUnchecked, retainAll, retainAllDomain, retainAllDomainUnchecked, retainAllRange, retainAllRangeUnchecked, test, toArray, toArray, toString, toString