Ditch use of LinkedList in BindingCodecContext 56/106156/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 May 2023 15:12:33 +0000 (17:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 25 May 2023 15:12:33 +0000 (17:12 +0200)
commitba18fd76fe35bc40ab2136f0e7877a80e3614c62
tree58c52acdda012c1c40d7e64492062e7499e7dcf9
parent32774c5a03f420904dbb487328db076f705f80d5
Ditch use of LinkedList in BindingCodecContext

LinkedList is a rather ugly thing performance-wise, use an ArrayList
instead.

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