BUG-4803: fix equals() method 19/31519/5
authorRobert Varga <rovarga@cisco.com>
Thu, 17 Dec 2015 16:18:47 +0000 (17:18 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 4 Jan 2016 10:39:05 +0000 (10:39 +0000)
commit5d2954405cb34e310427a414f5322cbc96339aca
treeece190279d1e3fc0a7c49ea9995ba36ac4dffc79
parentfd6ee99fd61d0c9eea0f6f4f809d967f0ee0fcd3
BUG-4803: fix equals() method

The implementation required the map's ordering to be the same, which is
a violation of the Map contract.

Change-Id: I8f3308b9cabd5c011e7c2dadfe520407ad2c4672
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/util/src/main/java/org/opendaylight/yangtools/util/ImmutableOffsetMap.java
common/util/src/main/java/org/opendaylight/yangtools/util/MutableOffsetMap.java