Simplify leaf access 69/99269/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 12 Jan 2022 12:47:53 +0000 (13:47 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 12 Jan 2022 12:48:36 +0000 (13:48 +0100)
commit8437ccb9f506a241f796d34d6e4fea85ac56959b
treebdd542db19ba93c2502880fa6c6235c03985f3b7
parent303bb30c8a98953ddc8a89f525ce82dca41685b2
Simplify leaf access

We do not need to go through the entryset -- just use Map.values(),
eliminating the need for one object indirection.

Change-Id: I5a5226d4b6b256d998e0a30de52bc89e01d1a16d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/DataObjectCodecContext.java