BUG-1279: keep an insertion-sorted iterable of serializers 64/8564/2
authorRobert Varga <rovarga@cisco.com>
Wed, 2 Jul 2014 17:18:50 +0000 (19:18 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 3 Jul 2014 12:09:28 +0000 (12:09 +0000)
commit1bcddf65d5b4965cc9120ae085e0b572c68d32a1
tree53634d4f30c44b64f2e0150877ae348f8bbe80d0
parentf1e6a4a0138fa5de347befd585fb595796688113
BUG-1279: keep an insertion-sorted iterable of serializers

This will retain the order in which the AttributeSerializers have been
registered, so we can iterate over them in that order.

Change-Id: I0adbec38e79febd2c3084d1f6db65c524c2465c2
Signed-off-by: Robert Varga <rovarga@cisco.com>
bgp/parser-spi/src/main/java/org/opendaylight/protocol/bgp/parser/spi/pojo/SimpleAttributeRegistry.java
concepts/src/main/java/org/opendaylight/protocol/concepts/MultiRegistry.java