Uses of Class
org.apache.flink.util.LinkedOptionalMap.MergeResult
-
Packages that use LinkedOptionalMap.MergeResult Package Description org.apache.flink.util -
-
Uses of LinkedOptionalMap.MergeResult in org.apache.flink.util
Methods in org.apache.flink.util that return LinkedOptionalMap.MergeResult Modifier and Type Method Description static <K,V>
LinkedOptionalMap.MergeResult<K,V>LinkedOptionalMap. mergeRightIntoLeft(LinkedOptionalMap<K,V> left, LinkedOptionalMap<K,V> right)Tries to merges the keys and the values of @right into @left.
-