A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
U
V
W
Z
Z
- ZIP - enum entry in org.ossreviewtoolkit.utils.common.ArchiveType
- zip(java.util.Map,java.util.Map,kotlin.jvm.functions.Function2) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Merge two maps by iterating over the combined key set of both maps and applying operation to the entries for the same key.
- zipWithCollections(java.util.Map,java.util.Map) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Merge two maps which have collections as values by creating the combined key set of both maps and merging the collections.
- zipWithDefault(java.util.Map,java.util.Map,V,kotlin.jvm.functions.Function2) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Merge two maps by iterating over the combined key set of both maps and applying operation to the entries for the same key.
- zipWithSets(java.util.Map,java.util.Map) - function in org.ossreviewtoolkit.utils.common.ExtensionsKt
- Merge two maps which have sets as values by creating the combined key set of both maps and merging the sets.