Migrate more List-based map setters 90/94590/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 10 Jan 2021 20:05:26 +0000 (21:05 +0100)
committerRobert Varga <nite@hq.sk>
Sun, 10 Jan 2021 23:21:27 +0000 (23:21 +0000)
commitacd5e7bcd651a47ee4606e549b28316d1c2ce691
tree28cbaf13adec22f0bb75b42d02d4ee36533cf1b5
parentfc38c510bd92989a1aa472f28d6c1c193d474c9d
Migrate more List-based map setters

There are a number of cases where we can use BindingMap and its
Builder to create a ready-made map.

Change-Id: I5205681583849bb95c81c8dc95728436aa0701c5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/protocol/deserialization/instruction/AbstractActionInstructionDeserializer.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/protocol/deserialization/multipart/MultipartReplyGroupDescDeserializer.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/protocol/deserialization/multipart/MultipartReplyTableFeaturesDeserializer.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsGatheringUtils.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/OpendaylightFlowTableStatisticsServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/translator/PortUpdateTranslator.java