From: Robert Varga Date: Tue, 9 Nov 2021 10:23:05 +0000 (+0100) Subject: Add MutableUnsignedLongSet.addAll() X-Git-Tag: v4.0.7~39 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=824dce54df4b23120461e112574d2ff2effafcf6;hp=824dce54df4b23120461e112574d2ff2effafcf6 Add MutableUnsignedLongSet.addAll() Add the ability to merge two UnsignedLongSets. This is useful when we are using ImmutableUnsignedLongSet as a data interchange format to communicate changes to a MutableUnsignedLongSet. JIRA: CONTROLLER-2015 Change-Id: Ia84474b685872586722914f20db8f96a3c172f97 Signed-off-by: Robert Varga ---